From: Nathan S. Evans Date: Tue, 10 Aug 2010 15:19:04 +0000 (+0000) Subject: change warnings to debug X-Git-Tag: initial-import-from-subversion-38251~20720 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e51a4a958977b937f61f6e3041610b92662d5413;p=oweals%2Fgnunet.git change warnings to debug --- diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index 2b3ee1b8f..eca082529 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -388,7 +388,7 @@ peerinfo_handler (void *cls, const struct GNUNET_MessageHeader *msg) ic->h->in_receive = GNUNET_NO; if (msg == NULL) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Failed to receive response from `%s' service.\n"), "PEERINFO"); reconnect (ic->h); @@ -528,7 +528,7 @@ signal_timeout (void *cls, { struct GNUNET_PEERINFO_IteratorContext *ic = cls; - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Timeout transmitting iteration request to `%s' service.\n"), "PEERINFO"); ic->timeout_task = GNUNET_SCHEDULER_NO_TASK;