From 653c470513471b8b3ee75310272399b6bf22dad6 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 3 Nov 2011 15:14:12 +0100 Subject: [PATCH] Log on bytarget watch release --- src/http_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.7.10.4