From ff59429bc587a846f35ed7d4ee624467cb5f2ebf Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 3 Mar 2010 15:15:50 +0000 Subject: [PATCH] error when not using verbose (yay for Werror) --- src/testing/test_testing_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, static void end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc) { - char *msg = cls; #if VERBOSE + char *msg = cls; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "End badly was called (%s)... stopping daemons.\n", msg); #endif -- 2.25.1