From 753131cf9b32315fdd11f2ce6e58b8f2d6ba3bc1 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 6 Dec 2009 22:58:26 +0100 Subject: Revised methods how are translated strings handled Few comments were made available to Doxygen --- src/base/downServer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/downServer.c') diff --git a/src/base/downServer.c b/src/base/downServer.c index 3015214..5556fc6 100644 --- a/src/base/downServer.c +++ b/src/base/downServer.c @@ -123,7 +123,7 @@ int down_server_init(char *ip4, int port4) sock_server_tcp = sock_tcp_bind(ip4, port4); if (sock_server_tcp == NULL) { - fprintf(stderr, _("[Error] Unable to initialize download server\n")); + error("Unable to initialize download server"); return -1; } -- cgit v1.2.3