projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbcad62
)
error when not using verbose (yay for Werror)
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 3 Mar 2010 15:15:50 +0000
(15:15 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 3 Mar 2010 15:15:50 +0000
(15:15 +0000)
src/testing/test_testing_topology.c
patch
|
blob
|
history
diff --git
a/src/testing/test_testing_topology.c
b/src/testing/test_testing_topology.c
index 3ae3046abdf1996e530d7aaf2be89af6f752fe11..778c0c00a7a634d852330d1a201e73a9c1ce058d 100644
(file)
--- 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