X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhttp_command.c;h=eecf63d5e3dea05ab8d0802dafa9264038e5468e;hb=29e02dd1c6ecdbb2cb1546324d460b3e0dcd2435;hp=6e80a52f153c28fbbebd85994d9545a3beedce48;hpb=2cfd7518dc740c913602ea8306ec8f27509b00d4;p=pazpar2-moved-to-github.git 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)