aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 16:53:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 16:53:55 +0000
commitffc10c1b249e2cc774ec7bcbf9d5366a36179a22 (patch)
tree8bb4c786ed6025c940b7d94049a42da7b0e82dc4 /src/fs
parentb116ef3d3b7c0231a3a0101d041a17582f3a9e5d (diff)
downloadgnunet-ffc10c1b249e2cc774ec7bcbf9d5366a36179a22.tar.gz
gnunet-ffc10c1b249e2cc774ec7bcbf9d5366a36179a22.zip
-LRN: set bulk flag
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 3c0ad4f2d..5ba58c4b8 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1217,7 +1217,7 @@ process_local_reply (void *cls, const GNUNET_HashCode * key, size_t size,
1217 if (NULL == key) 1217 if (NULL == key)
1218 { 1218 {
1219#if DEBUG_FS 1219#if DEBUG_FS
1220 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1220 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK,
1221 "No further local responses available.\n"); 1221 "No further local responses available.\n");
1222#endif 1222#endif
1223 if ((pr->public_data.type == GNUNET_BLOCK_TYPE_FS_DBLOCK) || 1223 if ((pr->public_data.type == GNUNET_BLOCK_TYPE_FS_DBLOCK) ||