From a93a228d6eaf8157d957ce6ca74e0bd3c3739249 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Jul 2010 08:35:11 +0000 Subject: [PATCH] logging --- src/fs/fs_publish.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, ism->device = GNUNET_htonll (dev); ism->inode = GNUNET_htonll(ino); } +#if DEBUG_PUBLISH else { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Failed to get file identifiers for `%s'\n"), p->filename); } +#endif ism->file_id = *res; memcpy (&ism[1], fn, -- 2.25.1