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:
62076e9
)
Comment out No suggestions found
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 3 Nov 2011 14:45:12 +0000
(15:45 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 3 Nov 2011 14:45:12 +0000
(15:45 +0100)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
ac5bda6
..
b5ef75d
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-1189,7
+1189,7
@@
const char * client_get_suggestions_xml(struct client *cl, WRBUF wrbuf)
struct suggestions *suggestions = cl->suggestions;
if (!suggestions) {
- yaz_log(YLOG_DEBUG, "No suggestions found");
+ //yaz_log(YLOG_DEBUG, "No suggestions found");
return "";
}
if (suggestions->passthrough) {