aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 10:23:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 10:23:29 +0000
commitd3eb5c204a022cd4d01b670d3978472ca364d3df (patch)
treeb77a5a5480713d2c44c7acd51ff5f0cfdea62c5f /src/fs/gnunet-service-fs_pr.c
parent445b46d3240aeb26893ec97678e7706ffa8911d4 (diff)
downloadgnunet-d3eb5c204a022cd4d01b670d3978472ca364d3df.tar.gz
gnunet-d3eb5c204a022cd4d01b670d3978472ca364d3df.zip
nicer debugs
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index c1074e8bf..220a331d5 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -280,7 +280,7 @@ GSF_pending_request_create_ (enum GSF_PendingRequestOptions options,
280 struct GSF_PendingRequest *pr; 280 struct GSF_PendingRequest *pr;
281 struct GSF_PendingRequest *dpr; 281 struct GSF_PendingRequest *dpr;
282 282
283#if DEBUG_FS 283#if DEBUG_FS > 1
284 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 284 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
285 "Creating request handle for `%s' of type %d\n", 285 "Creating request handle for `%s' of type %d\n",
286 GNUNET_h2s (query), 286 GNUNET_h2s (query),
@@ -1065,7 +1065,7 @@ process_local_reply (void *cls,
1065 } 1065 }
1066 if (NULL == key) 1066 if (NULL == key)
1067 { 1067 {
1068#if DEBUG_FS 1068#if DEBUG_FS > 1
1069 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1069 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1070 "No further local responses available.\n"); 1070 "No further local responses available.\n");
1071#endif 1071#endif
@@ -1087,7 +1087,7 @@ process_local_reply (void *cls,
1087#endif 1087#endif
1088 if (type == GNUNET_BLOCK_TYPE_FS_ONDEMAND) 1088 if (type == GNUNET_BLOCK_TYPE_FS_ONDEMAND)
1089 { 1089 {
1090#if DEBUG_FS 1090#if DEBUG_FS > 1
1091 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1091 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1092 "Found ONDEMAND block, performing on-demand encoding\n"); 1092 "Found ONDEMAND block, performing on-demand encoding\n");
1093#endif 1093#endif