* I think I've finally nailed the 'no session' pages now...
[citadel.git] / webcit / context_loop.c
index ec920745fb6fd2f70c0f5d3fb174e07b78422342..6cad89f9b05428da318d36c2b4ca288af920c0ed 100644 (file)
@@ -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;