]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
Added protocol names to all 'client disconnected' syslogs
[citadel.git] / citadel / citserver.c
index b2c22c2724b63332f90ab9e94757e062a12fcc90..554bedaafedaea9f4f94f592993adf7e6855a87f 100644 (file)
@@ -1016,7 +1016,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;