CtdlUserLogout() syslog who owned the session we killed
[citadel.git] / citadel / user_ops.c
index 96f773f7dc82ee091d1bd313204e294f0ffbfdbb..7eefb54eb8240359e8c70aef6d4b1c007db17f99 100644 (file)
@@ -777,6 +777,9 @@ void logged_in_response(void)
 void CtdlUserLogout(void)
 {
        CitContext *CCC = MyContext();
+
+       syslog(LOG_DEBUG, "CtdlUserLogout() logging out <%s>\n", CCC->curr_user);
+
        /*
         * If there is a download in progress, abort it.
         */