From: Nathan S. Evans Date: Sat, 5 Feb 2011 12:27:46 +0000 (+0000) Subject: debug instead of error X-Git-Tag: initial-import-from-subversion-38251~19174 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26a730784f671f4a57fd922826bbe3ea305f526b;hp=6c89da700e458af7a605dcf530d5e27f05c545df;p=oweals%2Fgnunet.git debug instead of error --- 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; */ }