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:
77fc683
)
YLOG_DEBUG msg
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Jan 2014 13:53:35 +0000
(14:53 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Jan 2014 13:53:35 +0000
(14:53 +0100)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index
2524434
..
5f127ea
100644
(file)
--- a/
src/connection.c
+++ b/
src/connection.c
@@
-216,7
+216,7
@@
static void non_block_events(struct connection *co)
ev = ZOOM_connection_last_event(link);
#if 1
- yaz_log(YLOG_LOG, "%p Connection ZOOM_EVENT_%s", co, ZOOM_get_event_str(ev));
+ yaz_log(YLOG_DEBUG, "%p Connection ZOOM_EVENT_%s", co, ZOOM_get_event_str(ev));
#endif
switch (ev)
{