aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 03:22:31 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 03:22:31 +0100
commit00bd3376ba5b3d105134a02f1a2e1ff927563f52 (patch)
tree8c721383adf4e1290e915b5acedc06239718fbb9 /src/pq
parent874a69b8f8a31eb5cc608c490478adc57681970b (diff)
downloadgnunet-00bd3376ba5b3d105134a02f1a2e1ff927563f52.tar.gz
gnunet-00bd3376ba5b3d105134a02f1a2e1ff927563f52.zip
quiet on psql
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 724971bd7..d7625f808 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_ALL, 204 GNUNET_OS_INHERIT_STD_NONE,
205 NULL, 205 NULL,
206 NULL, 206 NULL,
207 NULL, 207 NULL,