aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_connect.c
diff options
context:
space:
mode:
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;