aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-02 07:23:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-02 07:23:36 +0000
commita05ecd74a1c669c512d8192d64076705d1da1841 (patch)
tree6648394a6e20592d4d5cf6c8d0839ea1eca1a932 /src/core
parenta404d4cf52f5acba297f2638016cb8ed7e77faf9 (diff)
downloadgnunet-a05ecd74a1c669c512d8192d64076705d1da1841.tar.gz
gnunet-a05ecd74a1c669c512d8192d64076705d1da1841.zip
dbg-only
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index b5f608e08..d90a3f83b 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -2393,9 +2393,11 @@ process_hello_retry_send_key (void *cls,
2393 } 2393 }
2394 else 2394 else
2395 { 2395 {
2396 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 2396#if DEBUG_CORE
2397 _("Failed to obtain public key for peer `%4s', delaying processing of SET_KEY\n"), 2397 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2398 "Failed to obtain public key for peer `%4s', delaying processing of SET_KEY\n",
2398 GNUNET_i2s (&n->peer)); 2399 GNUNET_i2s (&n->peer));
2400#endif
2399 GNUNET_STATISTICS_update (stats, 2401 GNUNET_STATISTICS_update (stats,
2400 gettext_noop ("# Delayed connecting due to lack of public key"), 2402 gettext_noop ("# Delayed connecting due to lack of public key"),
2401 1, 2403 1,