From: Christian Grothoff Date: Sat, 7 Jan 2012 16:53:55 +0000 (+0000) Subject: -LRN: set bulk flag X-Git-Tag: initial-import-from-subversion-38251~15385 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ffc10c1b249e2cc774ec7bcbf9d5366a36179a22;p=oweals%2Fgnunet.git -LRN: set bulk flag --- 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, if (NULL == key) { #if DEBUG_FS - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK, "No further local responses available.\n"); #endif if ((pr->public_data.type == GNUNET_BLOCK_TYPE_FS_DBLOCK) ||