aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-10 15:19:04 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-10 15:19:04 +0000
commite51a4a958977b937f61f6e3041610b92662d5413 (patch)
tree24b145d94a088282ebd58ed46c177e4556522cce /src/peerinfo
parent98d0dea1af964cd623279f027bc63d54e5775ab7 (diff)
downloadgnunet-e51a4a958977b937f61f6e3041610b92662d5413.tar.gz
gnunet-e51a4a958977b937f61f6e3041610b92662d5413.zip
change warnings to debug
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo_api.c4
1 files changed, 2 insertions, 2 deletions
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)
388 ic->h->in_receive = GNUNET_NO; 388 ic->h->in_receive = GNUNET_NO;
389 if (msg == NULL) 389 if (msg == NULL)
390 { 390 {
391 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 391 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
392 _("Failed to receive response from `%s' service.\n"), 392 _("Failed to receive response from `%s' service.\n"),
393 "PEERINFO"); 393 "PEERINFO");
394 reconnect (ic->h); 394 reconnect (ic->h);
@@ -528,7 +528,7 @@ signal_timeout (void *cls,
528{ 528{
529 struct GNUNET_PEERINFO_IteratorContext *ic = cls; 529 struct GNUNET_PEERINFO_IteratorContext *ic = cls;
530 530
531 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 531 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
532 _("Timeout transmitting iteration request to `%s' service.\n"), 532 _("Timeout transmitting iteration request to `%s' service.\n"),
533 "PEERINFO"); 533 "PEERINFO");
534 ic->timeout_task = GNUNET_SCHEDULER_NO_TASK; 534 ic->timeout_task = GNUNET_SCHEDULER_NO_TASK;