diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-11 20:18:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-11 20:18:39 +0000 |
commit | 9845b58e87366bf7e059fdeb6cdd9d98fc36561f (patch) | |
tree | e3f21b57e00c25db10d3341d90a13833e2210434 /src/fs/test_fs_test_lib.c | |
parent | 2315033adf26071ad64cef3e888c6df94f6139e4 (diff) |
-do not tie verbosity to debug levels for fs tests
Diffstat (limited to 'src/fs/test_fs_test_lib.c')
-rw-r--r-- | src/fs/test_fs_test_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_test_lib.c b/src/fs/test_fs_test_lib.c index 8f0bc1c878..589abb3fbb 100644 --- a/src/fs/test_fs_test_lib.c +++ b/src/fs/test_fs_test_lib.c @@ -26,7 +26,7 @@ #include "platform.h" #include "fs_test_lib.h" -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO /** * File-size we use for testing. |