aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-03-03 15:15:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-03-03 15:15:50 +0000
commitff59429bc587a846f35ed7d4ee624467cb5f2ebf (patch)
tree03be87be3b14414b71af56ef8672d06e874078b3 /src/testing/test_testing_topology.c
parentbbcad62c9148ba628a424a1c7986d6d9afd3bfa7 (diff)
downloadgnunet-ff59429bc587a846f35ed7d4ee624467cb5f2ebf.tar.gz
gnunet-ff59429bc587a846f35ed7d4ee624467cb5f2ebf.zip
error when not using verbose (yay for Werror)
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 3ae3046ab..778c0c00a 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -177,8 +177,8 @@ process_mtype (void *cls,
177static void 177static void
178end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc) 178end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
179{ 179{
180 char *msg = cls;
181#if VERBOSE 180#if VERBOSE
181 char *msg = cls;
182 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 182 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
183 "End badly was called (%s)... stopping daemons.\n", msg); 183 "End badly was called (%s)... stopping daemons.\n", msg);
184#endif 184#endif