aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-28 17:01:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-28 17:01:53 +0000
commit80e7be69a94c34840aca8f1bb7ec62ca3db95c4d (patch)
treec0ae77574028e511c82becb277679e612cea6162 /src/datacache
parent1285911ba29de2e112a13d147327acc7cd064488 (diff)
downloadgnunet-80e7be69a94c34840aca8f1bb7ec62ca3db95c4d.tar.gz
gnunet-80e7be69a94c34840aca8f1bb7ec62ca3db95c4d.zip
-fix
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/plugin_datacache_sqlite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c
index b51423de2..49bdc017e 100644
--- a/src/datacache/plugin_datacache_sqlite.c
+++ b/src/datacache/plugin_datacache_sqlite.c
@@ -109,7 +109,6 @@ sqlite_plugin_put (void *cls, const struct GNUNET_HashCode * key, size_t size,
109 LOG (GNUNET_ERROR_TYPE_DEBUG, 109 LOG (GNUNET_ERROR_TYPE_DEBUG,
110 "Processing `%s' of %u bytes with key `%4s' and expiration %s\n", 110 "Processing `%s' of %u bytes with key `%4s' and expiration %s\n",
111 "PUT", (unsigned int) size, GNUNET_h2s (key), 111 "PUT", (unsigned int) size, GNUNET_h2s (key),
112 (unsigned long long)
113 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (discard_time), GNUNET_YES)); 112 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (discard_time), GNUNET_YES));
114 dval = (int64_t) discard_time.abs_value; 113 dval = (int64_t) discard_time.abs_value;
115 if (dval < 0) 114 if (dval < 0)