gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14351 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r14351 - gnunet/src/hostlist
Date: Sat, 5 Feb 2011 13:27:46 +0100

Author: nevans
Date: 2011-02-05 13:27:46 +0100 (Sat, 05 Feb 2011)
New Revision: 14351

Modified:
   gnunet/src/hostlist/hostlist-server.c
Log:
debug instead of error

Modified: gnunet/src/hostlist/hostlist-server.c
===================================================================
--- gnunet/src/hostlist/hostlist-server.c       2011-02-05 12:26:53 UTC (rev 
14350)
+++ gnunet/src/hostlist/hostlist-server.c       2011-02-05 12:27:46 UTC (rev 
14351)
@@ -188,7 +188,7 @@
   
   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 @@
 #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; */
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]