debug instead of error
authorNathan S. Evans <evans@in.tum.de>
Sat, 5 Feb 2011 12:27:46 +0000 (12:27 +0000)
committerNathan S. Evans <evans@in.tum.de>
Sat, 5 Feb 2011 12:27:46 +0000 (12:27 +0000)
src/hostlist/hostlist-server.c

index 4c88ae317f5ac738538e266393c79a3522f9dfa2..91354b87c57c21dc24fc0a7606e98d2a305c3a3b 100644 (file)
@@ -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; */
   }