aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-24 12:33:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-24 12:33:49 +0000
commitf63aa2647235fb284050799ce3a6de64dac13808 (patch)
tree40dc12bf494c683d440b9604ac878d70217ed201 /src/testing
parenta92668f2a2ab74578c3c7aee7ef9f621f1498cd4 (diff)
downloadgnunet-f63aa2647235fb284050799ce3a6de64dac13808.tar.gz
gnunet-f63aa2647235fb284050799ce3a6de64dac13808.zip
adjust log level to DEBUG as this is normal
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c4
1 files changed, 3 insertions, 1 deletions
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)
98 GNUNET_NO, &test_address, &empty); 98 GNUNET_NO, &test_address, &empty);
99 if (GNUNET_YES == empty) 99 if (GNUNET_YES == empty)
100 { 100 {
101 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 101#if DEBUG_TESTING
102 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
102 "Skipping empty HELLO address of peer %s\n", 103 "Skipping empty HELLO address of peer %s\n",
103 GNUNET_i2s (&daemon->id)); 104 GNUNET_i2s (&daemon->id));
105#endif
104 return; 106 return;
105 } 107 }
106#endif 108#endif