From: Dennis Schafroth Date: Wed, 10 Mar 2010 08:27:32 +0000 (+0100) Subject: Added log when active clients on http_session_destroy X-Git-Tag: v1.4.0~79 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=144068bf7bf38aa31c41445a563a3d8cf6a9eda4;p=pazpar2-moved-to-github.git Added log when active clients on http_session_destroy --- diff --git a/src/http_command.c b/src/http_command.c index 6e80a52..eecf63d 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -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)