aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/gnunet-service-arm.c')
-rw-r--r--src/arm/gnunet-service-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index ce9104334..00dda263e 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -320,12 +320,12 @@ start_process (struct ServiceList *sl)
320 GNUNET_assert (NULL == sl->proc); 320 GNUNET_assert (NULL == sl->proc);
321 if (GNUNET_YES == use_debug) 321 if (GNUNET_YES == use_debug)
322 sl->proc = 322 sl->proc =
323 do_start_process (sl->pipe_control, 323 do_start_process (sl->pipe_control, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
324 lsocks, loprefix, sl->binary, "-c", sl->config, "-L", 324 lsocks, loprefix, sl->binary, "-c", sl->config, "-L",
325 "DEBUG", options, NULL); 325 "DEBUG", options, NULL);
326 else 326 else
327 sl->proc = 327 sl->proc =
328 do_start_process (sl->pipe_control, 328 do_start_process (sl->pipe_control, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
329 lsocks, loprefix, sl->binary, "-c", sl->config, 329 lsocks, loprefix, sl->binary, "-c", sl->config,
330 options, NULL); 330 options, NULL);
331 if (sl->proc == NULL) 331 if (sl->proc == NULL)