projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8537a
)
Log on bytarget watch release
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 3 Nov 2011 14:14:12 +0000
(15:14 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 3 Nov 2011 14:14:12 +0000
(15:14 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
8a13590
..
e48d7f7
100644
(file)
--- 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);
}