aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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