aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-server.c')
-rw-r--r--src/hostlist/hostlist-server.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 0b82b7d1f..04da6e930 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -180,7 +180,7 @@ host_processor (void *cls, const struct GNUNET_PeerIdentity *peer,
180 { 180 {
181 GNUNET_assert (NULL == peer); 181 GNUNET_assert (NULL == peer);
182 pitr = NULL; 182 pitr = NULL;
183 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 183 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
184 _("Error in communication with PEERINFO service: %s\n"), 184 _("Error in communication with PEERINFO service: %s\n"),
185 err_msg); 185 err_msg);
186 return; 186 return;
@@ -270,7 +270,7 @@ access_handler_callback (void *cls, struct MHD_Connection *connection,
270 if (NULL == *con_cls) 270 if (NULL == *con_cls)
271 { 271 {
272 (*con_cls) = &dummy; 272 (*con_cls) = &dummy;
273 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Sending 100 CONTINUE reply\n")); 273 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Sending 100 CONTINUE reply\n");
274 return MHD_YES; /* send 100 continue */ 274 return MHD_YES; /* send 100 continue */
275 } 275 }
276 if (0 != *upload_data_size) 276 if (0 != *upload_data_size)
@@ -421,7 +421,7 @@ process_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
421 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 421 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
422 "Peerinfo is notifying us to rebuild our hostlist\n"); 422 "Peerinfo is notifying us to rebuild our hostlist\n");
423 if (NULL != err_msg) 423 if (NULL != err_msg)
424 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 424 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
425 _("Error in communication with PEERINFO service: %s\n"), 425 _("Error in communication with PEERINFO service: %s\n"),
426 err_msg); 426 err_msg);
427 if (NULL != pitr) 427 if (NULL != pitr)