gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14070 - gnunet/src/fs
Date: Thu, 23 Dec 2010 23:32:57 +0100

Author: grothoff
Date: 2010-12-23 23:32:57 +0100 (Thu, 23 Dec 2010)
New Revision: 14070

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

Modified: gnunet/src/fs/fs_publish.c
===================================================================
--- gnunet/src/fs/fs_publish.c  2010-12-23 22:31:37 UTC (rev 14069)
+++ gnunet/src/fs/fs_publish.c  2010-12-23 22:32:57 UTC (rev 14070)
@@ -21,7 +21,7 @@
 /**
  * @file fs/fs_publish.c
  * @brief publish a file or directory in GNUnet
- * @see http://gnunet.org/encoding
+ * @see https://gnunet.org/encoding
  * @author Krista Bennett
  * @author Christian Grothoff
  */
@@ -1559,6 +1559,11 @@
       return;
     }
   keyword = pkc->ksk_uri->data.ksk.keywords[pkc->i++];
+#if DEBUG_PUBLISH
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+             "Publishing under keyword `%s'\n",
+             keyword);
+#endif
   /* first character of keyword indicates if it is
      mandatory or not -- ignore for hashing */
   GNUNET_CRYPTO_hash (&keyword[1], strlen (&keyword[1]), &key);




reply via email to

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