X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=4800d2281a1011319af48f5f1ff1492a2eaff9ad;hb=f047ea779e7380066483f9ab8edea5e857734ec9;hp=cf9be94f2985a5d206f91a781e2ff2be6b2fbe92;hpb=c834e64ed1f72cb55c30b9996e5fc867680212b1;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index cf9be94..4800d22 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -162,6 +162,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)