Log on bytarget watch release
authorDennis Schafroth <dennis@indexdata.com>
Thu, 3 Nov 2011 14:14:12 +0000 (15:14 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 3 Nov 2011 14:14:12 +0000 (15:14 +0100)
src/http_command.c

index 8a13590..e48d7f7 100644 (file)
@@ -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);
 }