diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-26 13:45:13 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-26 13:45:13 +0000 |
commit | e6d53f7f11ebfecb182b9be97b9216723362050b (patch) | |
tree | 405e4758508548b9a240846267608b81cc4e5636 /src/core/test_core_api.c | |
parent | 14041678697dc77a75860333f91e649fca26ec0d (diff) |
-extra logging is not the same as verbose
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r-- | src/core/test_core_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c index df29d52a1b..03a3265c70 100644 --- a/src/core/test_core_api.c +++ b/src/core/test_core_api.c @@ -31,7 +31,7 @@ #include "gnunet_scheduler_lib.h" #include "gnunet_transport_service.h" -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO #define START_ARM GNUNET_YES |