From: Dennis Schafroth Date: Thu, 3 Nov 2011 14:14:12 +0000 (+0100) Subject: Log on bytarget watch release X-Git-Tag: mobile-beta-1~25^2~1 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=653c470513471b8b3ee75310272399b6bf22dad6;p=pazpar2-moved-to-github.git Log on bytarget watch release --- diff --git a/src/http_command.c b/src/http_command.c index 8a13590..e48d7f7 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -653,7 +653,7 @@ static void bytarget_response(struct http_channel *c) { static void bytarget_result_ready(void *data) { struct http_channel *c = (struct http_channel *) data; - + yaz_log(c->http_sessions->log_level, "bytarget watch released"); bytarget_response(c); }