- replace cdb_trunc with a complete version of the code i had been
[citadel.git] / citadel / ipc_c_tcp.c
index aba311f888dec944de9271379e43fb8ca62eafde..f646a66f48b8dfaf6dc27c92ef5a19ed54c76996 100644 (file)
@@ -134,7 +134,7 @@ static int connectsock(char *host, char *service, char *protocol, int defaultPor
        alarm(30);
 
        if (connect(s, (struct sockaddr *) &sin, sizeof(sin)) < 0) {
-               err_printf("can't connect to %s.%s: %s\n",
+               err_printf("can't connect to %s:%s: %s\n",
                        host, service, strerror(errno));
                logoff(3);
        }