aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-01-25 19:50:33 +0000
committerNathan S. Evans <evans@in.tum.de>2011-01-25 19:50:33 +0000
commitcb67c971d8b526e69ec09379a45ef281fce00eb4 (patch)
treef492aacf445323be9c7390ca0298812e67124d01 /src/core
parent8dd553709633200a2224d6010fd5c62f42a382a0 (diff)
downloadgnunet-cb67c971d8b526e69ec09379a45ef281fce00eb4.tar.gz
gnunet-cb67c971d8b526e69ec09379a45ef281fce00eb4.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index dbf927dd5..410d65b93 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -3014,9 +3014,9 @@ 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_DEBUG, 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 }
3021 3021
3022 if (peer == NULL) 3022 if (peer == NULL)