aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-09 09:13:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-09 09:13:40 +0000
commitdea72e1e1b8173ac648778f0b2c2c2981e217b36 (patch)
treebc008e54d1f01c61fcaf05986d15dc692c66644e /src/namestore/plugin_namestore_sqlite.c
parentaeb4a74b437e40384437dc93c7d58ea117bca07c (diff)
downloadgnunet-dea72e1e1b8173ac648778f0b2c2c2981e217b36.tar.gz
gnunet-dea72e1e1b8173ac648778f0b2c2c2981e217b36.zip
-towards implementing monitor functions in service
Diffstat (limited to 'src/namestore/plugin_namestore_sqlite.c')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index 806debae4..6c76d12e9 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -683,7 +683,9 @@ namestore_sqlite_iterate_records (void *cls,
683 &name_hase, sizeof (struct GNUNET_CRYPTO_ShortHashCode), 683 &name_hase, sizeof (struct GNUNET_CRYPTO_ShortHashCode),
684 SQLITE_STATIC)) ) 684 SQLITE_STATIC)) )
685 { 685 {
686 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "ITERATE NAME HASH: `%8s'", GNUNET_NAMESTORE_short_h2s(&name_hase)); 686 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
687 "ITERATE NAME HASH: `%8s'",
688 GNUNET_NAMESTORE_short_h2s(&name_hase));
687 LOG_SQLITE (plugin, GNUNET_ERROR_TYPE_ERROR | GNUNET_ERROR_TYPE_BULK, 689 LOG_SQLITE (plugin, GNUNET_ERROR_TYPE_ERROR | GNUNET_ERROR_TYPE_BULK,
688 "sqlite3_bind_XXXX"); 690 "sqlite3_bind_XXXX");
689 if (SQLITE_OK != sqlite3_reset (stmt)) 691 if (SQLITE_OK != sqlite3_reset (stmt))