X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=7eefb54eb8240359e8c70aef6d4b1c007db17f99;hb=a5ae0d92892091d0d5aa52ee0369e3ad4d21db57;hp=96f773f7dc82ee091d1bd313204e294f0ffbfdbb;hpb=b811767aa4837f8ac222162e91d3d3e2a2816909;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 96f773f7d..7eefb54eb 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -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. */