more logging and testing
[citadel.git] / citadel / user_ops.c
index 7eefb54eb8240359e8c70aef6d4b1c007db17f99..d7f88ad4dc79e1fa94d39d00a69044925db64bd2 100644 (file)
@@ -778,7 +778,9 @@ void CtdlUserLogout(void)
 {
        CitContext *CCC = MyContext();
 
-       syslog(LOG_DEBUG, "CtdlUserLogout() logging out <%s>\n", CCC->curr_user);
+       syslog(LOG_DEBUG, "CtdlUserLogout() logging out <%s> from session %d",
+               CCC->curr_user, CCC->cs_pid
+       );
 
        /*
         * If there is a download in progress, abort it.