aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 0f4d513ff..4364265a8 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -405,9 +405,7 @@ start_p2p_processing (void *cls, struct GSF_PendingRequest *pr,
405 "Considering stream-based download for block\n"); 405 "Considering stream-based download for block\n");
406 GSF_stream_lookup_ (pr); 406 GSF_stream_lookup_ (pr);
407 break; 407 break;
408 case GNUNET_BLOCK_TYPE_FS_KBLOCK: 408 case GNUNET_BLOCK_TYPE_FS_UBLOCK:
409 case GNUNET_BLOCK_TYPE_FS_SBLOCK:
410 case GNUNET_BLOCK_TYPE_FS_NBLOCK:
411 /* the above block types are in the DHT */ 409 /* the above block types are in the DHT */
412 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 410 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
413 "Considering DHT-based search for block\n"); 411 "Considering DHT-based search for block\n");