summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-22 13:14:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-22 13:14:29 +0000
commiteb5c56279680c2337bb4a752a7d1f269c7d13888 (patch)
treeefe819172ac79e57599ebb249b905030454f9c4f /src/fs/gnunet-service-fs_indexing.c
parentdb3d5a7a998d816be1810967a74454b45f830f1c (diff)
downloadgnunet-eb5c56279680c2337bb4a752a7d1f269c7d13888.tar.gz
gnunet-eb5c56279680c2337bb4a752a7d1f269c7d13888.zip
resume and less debug crap
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.c')
-rw-r--r--src/fs/gnunet-service-fs_indexing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.c b/src/fs/gnunet-service-fs_indexing.c
index 404199742..3095092b8 100644
--- a/src/fs/gnunet-service-fs_indexing.c
+++ b/src/fs/gnunet-service-fs_indexing.c
@@ -244,7 +244,7 @@ signal_index_ok (struct IndexInfo *ii)
244 (void*) ii->filename, 244 (void*) ii->filename,
245 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)) 245 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY))
246 { 246 {
247 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 247 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
248 _("Index request received for file `%s' is already indexed as `%s'. Permitting anyway.\n"), 248 _("Index request received for file `%s' is already indexed as `%s'. Permitting anyway.\n"),
249 ii->filename, 249 ii->filename,
250 (const char*) GNUNET_CONTAINER_multihashmap_get (ifm, 250 (const char*) GNUNET_CONTAINER_multihashmap_get (ifm,