aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-24 12:42:31 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-24 12:42:31 +0000
commit04c70ae654c7d4192dab67dc2595c98a9a896e48 (patch)
tree11ec566c7ed78249f70e1ff14f96f394c4507eae /src/fs/gnunet-service-fs_indexing.c
parentb8b28112420a66000b49a4681ffbbe628b69120f (diff)
downloadgnunet-04c70ae654c7d4192dab67dc2595c98a9a896e48.tar.gz
gnunet-04c70ae654c7d4192dab67dc2595c98a9a896e48.zip
-fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.c')
-rw-r--r--src/fs/gnunet-service-fs_indexing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.c b/src/fs/gnunet-service-fs_indexing.c
index 06c7eaf13..545b6d771 100644
--- a/src/fs/gnunet-service-fs_indexing.c
+++ b/src/fs/gnunet-service-fs_indexing.c
@@ -231,6 +231,7 @@ signal_index_ok (struct IndexInfo *ii)
231 { 231 {
232 ir = GNUNET_CONTAINER_multihashmap_get (ifm, 232 ir = GNUNET_CONTAINER_multihashmap_get (ifm,
233 &ii->file_id); 233 &ii->file_id);
234 GNUNET_assert (NULL != ii);
234 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 235 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
235 _ 236 _
236 ("Index request received for file `%s' is already indexed as `%s'. Permitting anyway.\n"), 237 ("Index request received for file `%s' is already indexed as `%s'. Permitting anyway.\n"),