From d613755e1b6efdaea4ad29879894a30ba764735f Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 3 Nov 2011 15:45:12 +0100 Subject: [PATCH] Comment out No suggestions found --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index ac5bda6..b5ef75d 100644 --- 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) { -- 1.7.10.4