From: Christian Grothoff Date: Fri, 2 Jul 2010 07:23:36 +0000 (+0000) Subject: dbg-only X-Git-Tag: initial-import-from-subversion-38251~21094 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a05ecd74a1c669c512d8192d64076705d1da1841;p=oweals%2Fgnunet.git dbg-only --- 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, } else { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - _("Failed to obtain public key for peer `%4s', delaying processing of SET_KEY\n"), +#if DEBUG_CORE + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Failed to obtain public key for peer `%4s', delaying processing of SET_KEY\n", GNUNET_i2s (&n->peer)); +#endif GNUNET_STATISTICS_update (stats, gettext_noop ("# Delayed connecting due to lack of public key"), 1,