aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_connect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-18 19:09:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-18 19:09:00 +0100
commit75f764ad21fd850bd068f5746b8db89d49e784d1 (patch)
treecc41fa8c9d21c1f736c23767ca3df12145fa552e /src/pq/pq_connect.c
parentd9b47275349c8686f3e75c4c04c0e717894f1cb8 (diff)
downloadgnunet-75f764ad21fd850bd068f5746b8db89d49e784d1.tar.gz
gnunet-75f764ad21fd850bd068f5746b8db89d49e784d1.zip
more logging
Diffstat (limited to 'src/pq/pq_connect.c')
-rw-r--r--src/pq/pq_connect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 881a158bb..22230cf5c 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -223,6 +223,9 @@ GNUNET_PQ_run_sql (struct GNUNET_PQ_Context *db,
223 return GNUNET_SYSERR; 223 return GNUNET_SYSERR;
224 } 224 }
225 load_path_suffix++; /* skip '/' */ 225 load_path_suffix++; /* skip '/' */
226 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
227 "Loading SQL resources from `%s'\n",
228 load_path);
226 for (unsigned int i = 1; i<10000; i++) 229 for (unsigned int i = 1; i<10000; i++)
227 { 230 {
228 enum GNUNET_DB_QueryStatus qs; 231 enum GNUNET_DB_QueryStatus qs;