From 26a730784f671f4a57fd922826bbe3ea305f526b Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Sat, 5 Feb 2011 12:27:46 +0000 Subject: [PATCH] debug instead of error --- src/hostlist/hostlist-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c index 4c88ae317..91354b87c 100644 --- a/src/hostlist/hostlist-server.c +++ b/src/hostlist/hostlist-server.c @@ -188,7 +188,7 @@ host_processor (void *cls, if (err_msg != NULL) { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Error in communication with PEERINFO service:\n `%s'"), err_msg); return; } @@ -462,7 +462,7 @@ process_notify (void *cls, #endif if (err_msg != NULL) { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Error in communication with PEERINFO service\n")); /* return; */ } -- 2.25.1