X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=6cad89f9b05428da318d36c2b4ca288af920c0ed;hb=e9a14bd8d25758717edfc8182fd03305f76b377c;hp=ec920745fb6fd2f70c0f5d3fb174e07b78422342;hpb=0bd8b7d65d7d320ac05f6c2c7d751fc30b68299f;p=citadel.git diff --git a/webcit/context_loop.c b/webcit/context_loop.c index ec920745f..6cad89f9b 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -63,6 +63,8 @@ void do_housekeeping(void) /* Remove sessions flagged for kill */ if (sptr->killthis) { + lprintf(3, "Destroying session\n"); + /* remove session from linked list */ if (sptr == SessionList) { SessionList = SessionList->next;