aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 18:26:57 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 18:26:57 +0100
commit201253c90a52864ad6100409ab19426a07257bf3 (patch)
treea474fc0f6fdffec3933a6964c9d6086dca45ee91 /src
parentdae7d843fb19aa6cf4a50ca8987f5e956dc67d79 (diff)
downloadgnunet-201253c90a52864ad6100409ab19426a07257bf3.tar.gz
gnunet-201253c90a52864ad6100409ab19426a07257bf3.zip
log
Diffstat (limited to 'src')
-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,