aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 14:02:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 14:02:09 +0000
commita9763a49d78b240fed1ace9068a0ea11cdff00f7 (patch)
tree292f58cc3a0765c58952cd83c695e1faafc83fd9 /src/fs/gnunet-service-fs_put.c
parent69685227863090eb24ee20d07e8c0f139264c061 (diff)
downloadgnunet-a9763a49d78b240fed1ace9068a0ea11cdff00f7.tar.gz
gnunet-a9763a49d78b240fed1ace9068a0ea11cdff00f7.zip
-eliminating #if DEBUG checks
Diffstat (limited to 'src/fs/gnunet-service-fs_put.c')
-rw-r--r--src/fs/gnunet-service-fs_put.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index fe6ebdbe4..3ac67136a 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -156,11 +156,9 @@ process_dht_put_content (void *cls, const GNUNET_HashCode * key, size_t size,
156 } 156 }
157 po->zero_anonymity_count_estimate = 157 po->zero_anonymity_count_estimate =
158 GNUNET_MAX (po->current_offset, po->zero_anonymity_count_estimate); 158 GNUNET_MAX (po->current_offset, po->zero_anonymity_count_estimate);
159#if DEBUG_FS
160 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 159 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
161 "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key), 160 "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key),
162 type); 161 type);
163#endif
164 GNUNET_DHT_put (GSF_dht, key, 5 /* DEFAULT_PUT_REPLICATION */ , 162 GNUNET_DHT_put (GSF_dht, key, 5 /* DEFAULT_PUT_REPLICATION */ ,
165 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, type, size, data, 163 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, type, size, data,
166 expiration, GNUNET_TIME_UNIT_FOREVER_REL, 164 expiration, GNUNET_TIME_UNIT_FOREVER_REL,