gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9744 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r9744 - GNUnet/src/applications/fs/gap
Date: Sat, 12 Dec 2009 20:58:52 +0100

Author: grothoff
Date: 2009-12-12 20:58:52 +0100 (Sat, 12 Dec 2009)
New Revision: 9744

Modified:
   GNUnet/src/applications/fs/gap/fs.c
Log:
no dv

Modified: GNUnet/src/applications/fs/gap/fs.c
===================================================================
--- GNUnet/src/applications/fs/gap/fs.c 2009-12-12 19:56:24 UTC (rev 9743)
+++ GNUnet/src/applications/fs/gap/fs.c 2009-12-12 19:58:52 UTC (rev 9744)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file applications/fs/gap/dv_fs.c
+ * @file applications/fs/gap/fs.c
  * @brief functions for handling CS and P2P file-sharing requests
  * @author Christian Grothoff, Nathan Evans
  *
@@ -521,7 +521,7 @@
     memcmp (&all_zeros, &rs->target, sizeof (GNUNET_PeerIdentity)) != 0;
 #if DEBUG_FS
   GNUNET_GE_LOG (ectx, GNUNET_GE_DEBUG | GNUNET_GE_REQUEST | GNUNET_GE_USER,
-                 "in dv_fs, have_target is %d", have_target);
+                 "in fs, have_target is %d", have_target);
 #endif
 
   GNUNET_DV_FS_QUERYMANAGER_start_query (&rs->query[0], keyCount,
@@ -1097,7 +1097,7 @@
                     GNUNET_GC_set_configuration_value_string (coreAPI->cfg,
                                                               coreAPI->ectx,
                                                               "ABOUT",
-                                                              "dv_fs",
+                                                              "fs",
                                                               gettext_noop
                                                               ("enables 
(anonymous) file-sharing")));
   return GNUNET_OK;
@@ -1107,7 +1107,7 @@
 done_module_fs ()
 {
   GNUNET_GE_LOG (ectx, GNUNET_GE_DEBUG | GNUNET_GE_REQUEST | GNUNET_GE_USER,
-                 "dv_fs shutdown\n");
+                 "fs shutdown\n");
 
   GNUNET_GE_ASSERT (ectx,
                     GNUNET_SYSERR !=
@@ -1185,4 +1185,4 @@
 }
 
 
-/* end of dv_fs.c */
+/* end of fs.c */





reply via email to

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