gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10964 - in gnunet: . src/fs


From: gnunet
Subject: [GNUnet-SVN] r10964 - in gnunet: . src/fs
Date: Sat, 17 Apr 2010 20:18:55 +0200

Author: grothoff
Date: 2010-04-17 20:18:55 +0200 (Sat, 17 Apr 2010)
New Revision: 10964

Modified:
   gnunet/TODO
   gnunet/src/fs/gnunet-service-fs.c
Log:
debug

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-04-17 18:11:41 UTC (rev 10963)
+++ gnunet/TODO 2010-04-17 18:18:55 UTC (rev 10964)
@@ -6,8 +6,7 @@
   - does not seem to work with timeouts (especially if service is not running)
 * UTIL:
   - only connect() sockets that are ready (select()) [Nils]
-    [On W32, we need to select after calling socket before
-     doing connect etc.]
+    [On W32, we need to select after calling socket before doing connect etc.]
 * TOPOLOGY:
   - needs more testing (especially F2F topology)
   - needs to re-try connecting after disconnect (currently, it
@@ -39,8 +38,8 @@
   - check if new HELLO learned is different from old HELLO
     before resetting entire state!
 * DATASTORE:
-  - API lacks cancellation methods (needed? or is disconnect enough?); 
-    may also want to integrate request queuing here instead of 
gnunet-service-fs_drq.c 
+  - API lacks cancellation methods (needed? or is disconnect enough?)
+  - may also want to integrate request queuing here instead of 
gnunet-service-fs_drq.c 
 * FS: [CG]
   - support recursive download even if filename is NULL and we hence
     do not generate files on disk (use temp_filename)

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-04-17 18:11:41 UTC (rev 10963)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-04-17 18:18:55 UTC (rev 10964)
@@ -1633,11 +1633,13 @@
         at this time! */
       pr->ttl = bound_ttl (pr->ttl + TTL_DECREMENT * 2,
                           pr->priority);
-      GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+#if DEBUG_FS
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                  "Trying query `%s' with priority %u and TTL %d.\n",
                  GNUNET_h2s (&pr->query),
                  pr->priority,
                  pr->ttl);
+#endif
     }
   else
     {





reply via email to

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