]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
bugzilla 164
[citadel.git] / citadel / citserver.c
index 4e8e90143f3a456498832df8ea8710cddfb7935b..275a6c351d5d38fd6e9bbc68eafc5fc4bfe2e96c 100644 (file)
@@ -913,7 +913,7 @@ void do_command_loop(void) {
        time(&CC->lastcmd);
        memset(cmdbuf, 0, sizeof cmdbuf); /* Clear it, just in case */
        if (client_getln(cmdbuf, sizeof cmdbuf) < 1) {
-               lprintf(CTDL_ERR, "Client socket is broken; ending session\n");
+               lprintf(CTDL_ERR, "Client disconnected: ending session.\n");
                CC->kill_me = 1;
                return;
        }