dbg-only
authorChristian Grothoff <christian@grothoff.org>
Fri, 2 Jul 2010 07:23:36 +0000 (07:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 2 Jul 2010 07:23:36 +0000 (07:23 +0000)
src/core/gnunet-service-core.c

index b5f608e08e1b7a77528397f26cb0a3da1ebcf1ee..d90a3f83b27623f0a6385054e3ad0d53616217e2 100644 (file)
@@ -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,