X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.c;h=cf8309e01fb8e329b624f4a3ed534f030f31c484;hb=42efcdda20499cbaf04294ed41ff1699465849ee;hp=181d0347c87db600a9862d947130a4511fca7b13;hpb=8670156642189cfde8327a0c71ddc13519f111a4;p=citadel.git diff --git a/citadel/context.c b/citadel/context.c index 181d0347c..cf8309e01 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -588,7 +588,7 @@ void context_cleanup(void) rem = ptr->next; --num_sessions; - syslog(LOG_DEBUG, "context_cleanup(): Purging session #%d %s\n", ptr->cs_pid, ptr->ServiceName); + syslog(LOG_DEBUG, "context_cleanup(): purging session %d\n", ptr->cs_pid); RemoveContext(ptr); free (ptr); ptr = rem;