From c3a79b6b018b570f558c158a4944b34b171e8455 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 May 2010 11:18:40 +0000 Subject: [PATCH] fix --- src/fs/fs_test_lib.c | 1 - src/fs/fs_test_lib_data.conf | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index f2fb0ab74..fba44eaeb 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -180,7 +180,6 @@ progress_cb (void *cls, { struct GNUNET_FS_TestDaemon *daemon = cls; - fprintf (stderr, "PCB %d\n", info->status); switch (info->status) { case GNUNET_FS_STATUS_PUBLISH_COMPLETED: diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf index ffe78fbb1..37851242f 100644 --- a/src/fs/fs_test_lib_data.conf +++ b/src/fs/fs_test_lib_data.conf @@ -49,10 +49,10 @@ TOTAL_QUOTA_OUT = 3932160 [fs] PORT = 43471 HOSTNAME = localhost -OPTIONS = -L DEBUG -#DEBUG = YES +#OPTIONS = -L DEBUG +DEBUG = YES #PREFIX = valgrind --tool=memcheck --leak-check=yes -BINARY = /home/grothoff/bin/gnunet-service-fs +#BINARY = /home/grothoff/bin/gnunet-service-fs #PREFIX = xterm -e gdb -x cmd --args [testing] -- 2.25.1