aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 04ced7d17..90246827f 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -685,7 +685,7 @@ handle_hello (void *cls, struct GNUNET_SERVER_Client *client,
685 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); 685 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
686 return; 686 return;
687 } 687 }
688 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "`%s' message received for peer `%4s'\n", 688 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "`%s' message received for peer `%4s'\n",
689 "HELLO", GNUNET_i2s (&pid)); 689 "HELLO", GNUNET_i2s (&pid));
690 bind_address (&pid, hello); 690 bind_address (&pid, hello);
691 GNUNET_SERVER_receive_done (client, GNUNET_OK); 691 GNUNET_SERVER_receive_done (client, GNUNET_OK);