]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_pop3.c
bugzilla 164
[citadel.git] / citadel / serv_pop3.c
index b79b3771fe2e9bf3ec70a627795c712c1661b73c..231e42025419ba618ef5654d439bd155ccc20e35 100644 (file)
@@ -595,7 +595,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) {
-               lprintf(CTDL_ERR, "POP3 socket is broken.  Ending session.\r\n");
+               lprintf(CTDL_ERR, "Client disconnected: ending session.\r\n");
                CC->kill_me = 1;
                return;
        }