aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-02 08:35:11 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-02 08:35:11 +0000
commita93a228d6eaf8157d957ce6ca74e0bd3c3739249 (patch)
tree8a87d15d20bfa1be79edeec91b7eb0169ad11a3d /src/fs
parent6ec60975202a88120ae7a414e6ddafff21d65258 (diff)
downloadgnunet-a93a228d6eaf8157d957ce6ca74e0bd3c3739249.tar.gz
gnunet-a93a228d6eaf8157d957ce6ca74e0bd3c3739249.zip
logging
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_publish.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 71d309320..d1be86e0e 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -812,12 +812,14 @@ hash_for_index_cb (void *cls,
812 ism->device = GNUNET_htonll (dev); 812 ism->device = GNUNET_htonll (dev);
813 ism->inode = GNUNET_htonll(ino); 813 ism->inode = GNUNET_htonll(ino);
814 } 814 }
815#if DEBUG_PUBLISH
815 else 816 else
816 { 817 {
817 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 818 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
818 _("Failed to get file identifiers for `%s'\n"), 819 _("Failed to get file identifiers for `%s'\n"),
819 p->filename); 820 p->filename);
820 } 821 }
822#endif
821 ism->file_id = *res; 823 ism->file_id = *res;
822 memcpy (&ism[1], 824 memcpy (&ism[1],
823 fn, 825 fn,