gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17720 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r17720 - gnunet/src/datacache
Date: Mon, 24 Oct 2011 15:42:56 +0200

Author: grothoff
Date: 2011-10-24 15:42:56 +0200 (Mon, 24 Oct 2011)
New Revision: 17720

Modified:
   gnunet/src/datacache/plugin_datacache_sqlite.c
Log:
logfix

Modified: gnunet/src/datacache/plugin_datacache_sqlite.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_sqlite.c      2011-10-24 13:23:57 UTC 
(rev 17719)
+++ gnunet/src/datacache/plugin_datacache_sqlite.c      2011-10-24 13:42:56 UTC 
(rev 17720)
@@ -272,14 +272,12 @@
       exp = GNUNET_TIME_UNIT_FOREVER_ABS;
     cnt++;
 #if DEBUG_DATACACHE_SQLITE
-    if (0 == total)
-      LOG (GNUNET_ERROR_TYPE_DEBUG,
-          "Found %u-byte result when processing `%s' for key `%4s'\n",
-          (unsigned int) size,
-          "GET", 
-          GNUNET_h2s (key));
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+        "Found %u-byte result when processing `%s' for key `%4s'\n",
+        (unsigned int) size,
+        "GET", 
+        GNUNET_h2s (key));
 #endif
-
     if (GNUNET_OK != iter (iter_cls, exp, key, size, dat, type))
     {
       sqlite3_finalize (stmt);




reply via email to

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