gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12089 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r12089 - gnunet/src/fs
Date: Fri, 2 Jul 2010 10:35:11 +0200

Author: grothoff
Date: 2010-07-02 10:35:11 +0200 (Fri, 02 Jul 2010)
New Revision: 12089

Modified:
   gnunet/src/fs/fs_publish.c
Log:
logging

Modified: gnunet/src/fs/fs_publish.c
===================================================================
--- gnunet/src/fs/fs_publish.c  2010-07-02 08:33:58 UTC (rev 12088)
+++ gnunet/src/fs/fs_publish.c  2010-07-02 08:35:11 UTC (rev 12089)
@@ -812,12 +812,14 @@
       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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]