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:
e5f6d1c
)
Update logging to match logic
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 22 May 2012 10:57:58 +0000
(10:57 +0000)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 22 May 2012 10:57:58 +0000
(10:57 +0000)
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
0e1eea7
..
74495fc
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-751,12
+751,12
@@
enum pazpar2_error_code session_search(struct session *se,
&tval);
if (parse_ret == 1 && r == 2)
{
- session_log(se, YLOG_LOG, "client REUSE %s", client_get_id(cl));
+ session_log(se, YLOG_LOG, "client %s REUSE result", client_get_id(cl));
client_reingest(cl);
}
else if (r)
{
- session_log(se, YLOG_LOG, "client NEW %s", client_get_id(cl));
+ session_log(se, YLOG_LOG, "client %s NEW search", client_get_id(cl));
client_start_search(cl);
}
no_working++;