diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-26 20:25:44 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-26 20:25:44 +0000 |
commit | 82db7d64386c6dbee8b73bf9572cea04872a3ce8 (patch) | |
tree | 2216c35874cf166fad5422c5826a15f38695f37b /src/datacache/perf_datacache_api.c | |
parent | 8068c67af5e9ad59a3e1896065151128f987179e (diff) |
quotatest
git-svn-id: https://gnunet.org/svn/gnunet@8790 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datacache/perf_datacache_api.c')
-rw-r--r-- | src/datacache/perf_datacache_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/perf_datacache_api.c b/src/datacache/perf_datacache_api.c index cf527f0df9..b1c8d4ba64 100644 --- a/src/datacache/perf_datacache_api.c +++ b/src/datacache/perf_datacache_api.c @@ -26,7 +26,7 @@ #include "gnunet_util_lib.h" #include "gnunet_datacache_lib.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define ASSERT(x) do { if (! (x)) { printf("Error at %s:%d\n", __FILE__, __LINE__); goto FAILURE;} } while (0) |