diff options
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/downServer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/downServer.c b/src/base/downServer.c index d4f952c..3781ad9 100644 --- a/src/base/downServer.c +++ b/src/base/downServer.c @@ -131,7 +131,7 @@ int initDownServer(char *ip4, int port4) if( sock_server_tcp == NULL ) { - fprintf(stderr, _("down server do not inicialized !\n")); + fprintf(stderr, _("Unable to initialize download server!\n")); return -1; } |