aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq_connect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 559361f32..a5a7f0682 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -158,6 +158,10 @@ apply_patch (struct GNUNET_PQ_Context *db,
158 "%s%04u.sql", 158 "%s%04u.sql",
159 load_path, 159 load_path,
160 i); 160 i);
161 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
162 "Applying SQL file `%s' on database %s\n",
163 buf,
164 db->config_str);
161 psql = GNUNET_OS_start_process (GNUNET_NO, 165 psql = GNUNET_OS_start_process (GNUNET_NO,
162 GNUNET_OS_INHERIT_STD_NONE, 166 GNUNET_OS_INHERIT_STD_NONE,
163 NULL, 167 NULL,