From 75f764ad21fd850bd068f5746b8db89d49e784d1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 Nov 2020 19:09:00 +0100 Subject: more logging --- src/pq/pq_connect.c | 3 +++ 1 file changed, 3 insertions(+) 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, return GNUNET_SYSERR; } load_path_suffix++; /* skip '/' */ + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Loading SQL resources from `%s'\n", + load_path); for (unsigned int i = 1; i<10000; i++) { enum GNUNET_DB_QueryStatus qs; -- cgit v1.2.3