gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3776 - in GNUnet/src/applications: datastore fs/module


From: grothoff
Subject: [GNUnet-SVN] r3776 - in GNUnet/src/applications: datastore fs/module
Date: Tue, 14 Nov 2006 21:24:42 -0800 (PST)

Author: grothoff
Date: 2006-11-14 21:24:40 -0800 (Tue, 14 Nov 2006)
New Revision: 3776

Modified:
   GNUnet/src/applications/datastore/prefetch.c
   GNUnet/src/applications/fs/module/migration.c
Log:
dbg-statements

Modified: GNUnet/src/applications/datastore/prefetch.c
===================================================================
--- GNUnet/src/applications/datastore/prefetch.c        2006-11-15 05:19:27 UTC 
(rev 3775)
+++ GNUnet/src/applications/datastore/prefetch.c        2006-11-15 05:24:40 UTC 
(rev 3776)
@@ -95,11 +95,6 @@
                  void * closure) {
   int load;
 
-  GE_LOG(ectx,
-        GE_DEBUG | GE_BULK | GE_USER,
-        "Prefetch: got block of type %u\n",
-        ntohl(value->type));
-  
   if (doneSignal)
     return SYSERR;
   SEMAPHORE_DOWN(acquireMoreSignal, YES);

Modified: GNUnet/src/applications/fs/module/migration.c
===================================================================
--- GNUnet/src/applications/fs/module/migration.c       2006-11-15 05:19:27 UTC 
(rev 3775)
+++ GNUnet/src/applications/fs/module/migration.c       2006-11-15 05:24:40 UTC 
(rev 3776)
@@ -135,10 +135,6 @@
     }
   }
 
-  GE_LOG(ectx,
-        GE_DEBUG | GE_BULK | GE_USER,
-        "Migration: got block of type %u\n",
-        ntohl(content->type));
   if (ntohl(content->type) == ONDEMAND_BLOCK) {
     if (ONDEMAND_getIndexed(datastore, 
                            content,





reply via email to

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