Add pazpar2_sleep utility
[pazpar2-moved-to-github.git] / src / http_command.c
index 6e80a52..eecf63d 100644 (file)
@@ -166,6 +166,10 @@ void http_session_destroy(struct http_session *s)
         destroy_session(s->psession);
         nmem_destroy(s->nmem);
     }
+    else {
+        yaz_log(YLOG_LOG, "Active clients on session %u. Waiting for new timeout.", s->session_id);
+    }
+
 }
 
 static const char *get_msg(enum pazpar2_error_code code)