From f63aa2647235fb284050799ce3a6de64dac13808 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Nov 2011 12:33:49 +0000 Subject: [PATCH] adjust log level to DEBUG as this is normal --- src/testing/testing.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testing/testing.c b/src/testing/testing.c index 5ad48d271..bc9ad9d6d 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -98,9 +98,11 @@ process_hello (void *cls, const struct GNUNET_MessageHeader *message) GNUNET_NO, &test_address, &empty); if (GNUNET_YES == empty) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, +#if DEBUG_TESTING + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Skipping empty HELLO address of peer %s\n", GNUNET_i2s (&daemon->id)); +#endif return; } #endif -- 2.25.1