Added protocol names to all 'client disconnected' syslogs
[citadel.git] / citadel / modules / managesieve / serv_managesieve.c
index db1d92ce50b9be8d1413f9103601e3c3212bf5a9..965cff9648d71169db9c7a0f862f091365d4f991 100644 (file)
@@ -585,7 +585,7 @@ void managesieve_command_loop(void) {
                length = strlen(parms[0]);
        }
        if (length < 1) {
-               syslog(LOG_CRIT, "Client disconnected: ending session.\n");
+               syslog(LOG_CRIT, "managesieve: client disconnected: ending session.\n");
                CC->kill_me = KILLME_CLIENT_DISCONNECTED;
                return;
        }