aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 5ece7cd17..ae57c6aa0 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -496,8 +496,9 @@ sqlite_plugin_put (void *cls,
496 return GNUNET_SYSERR; 496 return GNUNET_SYSERR;
497 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "sqlite", 497 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "sqlite",
498 "Storing in database block with type %u/key `%s'/priority %u/expiration in %s (%s).\n", 498 "Storing in database block with type %u/key `%s'/priority %u/expiration in %s (%s).\n",
499 type, GNUNET_h2s (key), priority, 499 type,
500 (unsigned long long) 500 GNUNET_h2s (key),
501 priority,
501 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (expiration), 502 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (expiration),
502 GNUNET_YES), 503 GNUNET_YES),
503 GNUNET_STRINGS_absolute_time_to_string (expiration)); 504 GNUNET_STRINGS_absolute_time_to_string (expiration));