aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-01 18:10:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-01 18:10:16 +0000
commita8de20af8037dc7fc0bdad2ebe235942b91f4f28 (patch)
tree1836e55a14f04d6c967da813f95a28368a9e57da /src/hello
parentff75fee8db5fa41b951bce6fdc109ea901679c70 (diff)
downloadgnunet-a8de20af8037dc7fc0bdad2ebe235942b91f4f28.tar.gz
gnunet-a8de20af8037dc7fc0bdad2ebe235942b91f4f28.zip
-do not warn if stat fails, do not output DEBUG messages in test
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/test_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c
index 0efbdee72..bdabc72ea 100644
--- a/src/hello/test_hello.c
+++ b/src/hello/test_hello.c
@@ -25,7 +25,7 @@
25#include "platform.h" 25#include "platform.h"
26#include "gnunet_hello_lib.h" 26#include "gnunet_hello_lib.h"
27 27
28#define DEBUG GNUNET_EXTRA_LOGGING 28#define DEBUG GNUNET_NO
29 29
30#define VERBOSE GNUNET_NO 30#define VERBOSE GNUNET_NO
31 31