fix
[oweals/gnunet.git] / src / hostlist / hostlist-server.c
index 4c88ae317f5ac738538e266393c79a3522f9dfa2..62d4fa64b0eb543a740658e39727fc492452cf6b 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;
   }
@@ -414,6 +414,7 @@ connect_handler (void *cls,
               "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n",
              size,GNUNET_i2s(peer));
   if (NULL == GNUNET_CORE_notify_transmit_ready (core,
+                                                GNUNET_YES,
                                                 0,
                                                 GNUNET_ADV_TIMEOUT,
                                                 peer,
@@ -462,7 +463,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; */
   }