]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Change the logging level of some messages and add a couple of new ones to
[citadel.git] / citadel / citserver.c
index 9afecf8cf0c9a5953073af706ae6e7a94cc03120..1e52d43e209fcb3a428dc268f52c2571a6d355dd 100644 (file)
@@ -236,7 +236,7 @@ void RemoveContext (struct CitContext *con)
        logout(con);
 
        unlink(con->temp);
-       lprintf(CTDL_NOTICE, "Session %d: ended.\n", con->cs_pid);
+       lprintf(CTDL_NOTICE, "[%3d] Session ended.\n", con->cs_pid);
 
        /* Deallocate any user-data attached to this session */
        deallocate_user_data(con);