aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-06 01:12:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-06 01:12:57 +0000
commit9fac6b6eefdc9144053f736fd388cb2199a97046 (patch)
tree82740a981b7f6ae973d915aa77797acd9db668b2 /src/arm
parent23d8d343d5c70481ecf78ec4fafc698907f3e8a9 (diff)
downloadgnunet-9fac6b6eefdc9144053f736fd388cb2199a97046.tar.gz
gnunet-9fac6b6eefdc9144053f736fd388cb2199a97046.zip
-removing legacy ifdefs, fixing log statements
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm_api.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index d6b65e872..1b78d3393 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -383,9 +383,6 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
383 /* we're clearly running a test, don't daemonize */ 383 /* we're clearly running a test, don't daemonize */
384 proc = do_start_process (GNUNET_NO, 384 proc = do_start_process (GNUNET_NO,
385 NULL, loprefix, binary, "-c", config, 385 NULL, loprefix, binary, "-c", config,
386#if DEBUG_ARM
387 "-L", "DEBUG",
388#endif
389 /* no daemonization! */ 386 /* no daemonization! */
390 lopostfix, NULL); 387 lopostfix, NULL);
391 } 388 }
@@ -393,9 +390,6 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
393 { 390 {
394 proc = do_start_process (GNUNET_NO, 391 proc = do_start_process (GNUNET_NO,
395 NULL, loprefix, binary, "-c", config, 392 NULL, loprefix, binary, "-c", config,
396#if DEBUG_ARM
397 "-L", "DEBUG",
398#endif
399 "-d", lopostfix, NULL); 393 "-d", lopostfix, NULL);
400 } 394 }
401 GNUNET_free (binary); 395 GNUNET_free (binary);