aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-20 11:18:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-20 11:18:40 +0000
commitc3a79b6b018b570f558c158a4944b34b171e8455 (patch)
tree1a4284e2459522e1a1030504fbd6940f236d8935 /src/fs
parentfb364c38673557da4882c7fce86449b26d320025 (diff)
downloadgnunet-c3a79b6b018b570f558c158a4944b34b171e8455.tar.gz
gnunet-c3a79b6b018b570f558c158a4944b34b171e8455.zip
fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_test_lib.c1
-rw-r--r--src/fs/fs_test_lib_data.conf6
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,
180{ 180{
181 struct GNUNET_FS_TestDaemon *daemon = cls; 181 struct GNUNET_FS_TestDaemon *daemon = cls;
182 182
183 fprintf (stderr, "PCB %d\n", info->status);
184 switch (info->status) 183 switch (info->status)
185 { 184 {
186 case GNUNET_FS_STATUS_PUBLISH_COMPLETED: 185 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
49[fs] 49[fs]
50PORT = 43471 50PORT = 43471
51HOSTNAME = localhost 51HOSTNAME = localhost
52OPTIONS = -L DEBUG 52#OPTIONS = -L DEBUG
53#DEBUG = YES 53DEBUG = YES
54#PREFIX = valgrind --tool=memcheck --leak-check=yes 54#PREFIX = valgrind --tool=memcheck --leak-check=yes
55BINARY = /home/grothoff/bin/gnunet-service-fs 55#BINARY = /home/grothoff/bin/gnunet-service-fs
56#PREFIX = xterm -e gdb -x cmd --args 56#PREFIX = xterm -e gdb -x cmd --args
57 57
58[testing] 58[testing]