Added protocol names to all 'client disconnected' syslogs
[citadel.git] / citadel / modules / pop3 / serv_pop3.c
index b8f3cb0735ea2f99455420c9b246db52b047b8c6..caba331877fe9094dbe2bb01b3bae8f60b9d4f78 100644 (file)
@@ -569,7 +569,7 @@ void pop3_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.");
+               syslog(LOG_ERR, "POP3 client disconnected: ending session.");
                CC->kill_me = KILLME_CLIENT_DISCONNECTED;
                return;
        }