aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-01-12 16:41:54 +0000
committerNathan S. Evans <evans@in.tum.de>2011-01-12 16:41:54 +0000
commit4704ec77ff485e876ddbde73a7df755d061465eb (patch)
treec2eed7346292b83f6561273c9b9862d3d278f5e2 /src/core
parent02bec4889c79f4edcb1ce216c7ad52c4b663de32 (diff)
downloadgnunet-4704ec77ff485e876ddbde73a7df755d061465eb.tar.gz
gnunet-4704ec77ff485e876ddbde73a7df755d061465eb.zip
make really loud unable to communicate with peerinfo messages go away
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 088ec8ba6..dbf927dd5 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -2944,8 +2944,8 @@ handle_client_request_connect (void *cls,
2944 &my_identity, 2944 &my_identity,
2945 sizeof (struct GNUNET_PeerIdentity))) 2945 sizeof (struct GNUNET_PeerIdentity)))
2946 { 2946 {
2947 GNUNET_break (0); 2947 /* In this case a client has asked us to connect to ourselves, not really an error! */
2948 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); 2948 GNUNET_SERVER_receive_done (client, GNUNET_OK);
2949 return; 2949 return;
2950 } 2950 }
2951 GNUNET_break (ntohl (cm->reserved) == 0); 2951 GNUNET_break (ntohl (cm->reserved) == 0);
@@ -3014,7 +3014,7 @@ process_hello_retry_send_key (void *cls,
3014 3014
3015 if (err_msg != NULL) 3015 if (err_msg != NULL)
3016 { 3016 {
3017 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 3017 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3018 _("Error in communication with PEERINFO service\n")); 3018 _("Error in communication with PEERINFO service\n"));
3019 /* return; */ 3019 /* return; */
3020 } 3020 }
@@ -3336,7 +3336,7 @@ process_hello_retry_handle_set_key (void *cls,
3336 3336
3337 if (err_msg != NULL) 3337 if (err_msg != NULL)
3338 { 3338 {
3339 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 3339 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3340 _("Error in communication with PEERINFO service\n")); 3340 _("Error in communication with PEERINFO service\n"));
3341 /* return; */ 3341 /* return; */
3342 } 3342 }