gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24115 - gnunet/src/datacache
Date: Fri, 28 Sep 2012 19:01:53 +0200

Author: grothoff
Date: 2012-09-28 19:01:53 +0200 (Fri, 28 Sep 2012)
New Revision: 24115

Modified:
   gnunet/src/datacache/plugin_datacache_sqlite.c
Log:
-fix

Modified: gnunet/src/datacache/plugin_datacache_sqlite.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_sqlite.c      2012-09-28 17:01:03 UTC 
(rev 24114)
+++ gnunet/src/datacache/plugin_datacache_sqlite.c      2012-09-28 17:01:53 UTC 
(rev 24115)
@@ -109,7 +109,6 @@
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Processing `%s' of %u bytes with key `%4s' and expiration %s\n",
        "PUT", (unsigned int) size, GNUNET_h2s (key),
-       (unsigned long long)
        GNUNET_STRINGS_relative_time_to_string 
(GNUNET_TIME_absolute_get_remaining (discard_time), GNUNET_YES));
   dval = (int64_t) discard_time.abs_value;
   if (dval < 0)




reply via email to

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