aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 02:35:29 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 02:35:29 +0100
commit3c1f2bdd852ce7961556b5c7571bf64cd0da98bb (patch)
tree1cdadec35756aa4f767bd110e2ad4d1d8ee3b70a /src/pq
parent4353432b97bdc03ce31f11dfd1ff3e30cf0106af (diff)
downloadgnunet-3c1f2bdd852ce7961556b5c7571bf64cd0da98bb.tar.gz
gnunet-3c1f2bdd852ce7961556b5c7571bf64cd0da98bb.zip
be more quiet
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 5ade12a3e..d1b1ee33b 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -201,7 +201,7 @@ GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db)
201 GNUNET_DISK_file_test (buf)) 201 GNUNET_DISK_file_test (buf))
202 break; /* We are done */ 202 break; /* We are done */
203 psql = GNUNET_OS_start_process (GNUNET_NO, 203 psql = GNUNET_OS_start_process (GNUNET_NO,
204 GNUNET_OS_INHERIT_STD_ERR, 204 GNUNET_OS_INHERIT_STD_NONE,
205 NULL, 205 NULL,
206 NULL, 206 NULL,
207 NULL, 207 NULL,