Added protocol names to all 'client disconnected' syslogs
[citadel.git] / citadel / citserver.c
index 42fb045a49665adde0c52e2381cc996de92f3def..13791feee871199425f8cf465916853da8654ad9 100644 (file)
@@ -1042,7 +1042,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) {
-               syslog(LOG_ERR, "Client disconnected: ending session.\n");
+               syslog(LOG_ERR, "Citadel client disconnected: ending session.\n");
                CC->kill_me = KILLME_CLIENT_DISCONNECTED;
                CtdlThreadName(old_name);
                return;