From: Nathan S. Evans Date: Wed, 3 Mar 2010 15:15:50 +0000 (+0000) Subject: error when not using verbose (yay for Werror) X-Git-Tag: initial-import-from-subversion-38251~22587 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff59429bc587a846f35ed7d4ee624467cb5f2ebf;p=oweals%2Fgnunet.git error when not using verbose (yay for Werror) --- 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