]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_smtp.c
bugzilla 164
[citadel.git] / citadel / serv_smtp.c
index 313e2724760bba1c8afa7136c56260d470739783..00d5c6789e8f08522281fa5f902ae10b41a383a4 100644 (file)
@@ -818,7 +818,7 @@ void smtp_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_CRIT, "SMTP socket is broken.  Ending session.\n");
+               lprintf(CTDL_CRIT, "Client disconnected: ending session.\n");
                CC->kill_me = 1;
                return;
        }