diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-05-06 18:04:22 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-05-06 18:04:22 +0000 |
commit | 980dd513c7d48e0d03048b4533a33fb1dc47ec98 (patch) | |
tree | 55b76192ed10fe8c88e82fcb79a7376559fd58ef /src/testing/testing.c | |
parent | d51d1b9a350e8b550058ccae6d16eed350ec4f2a (diff) |
-more to remove
git-svn-id: https://gnunet.org/svn/gnunet@21300 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r-- | src/testing/testing.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c index b35f597bf0..d9956cd665 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -410,13 +410,12 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) if (NULL == d->hostname) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Starting `%s', with command `%s %s %s %s %s %s'.\n", - "gnunet-arm", "gnunet-arm", "-c", d->cfgfile, "-L", "DEBUG", + "Starting `%s', with command `%s %s %s %s'.\n", + "gnunet-arm", "gnunet-arm", "-c", d->cfgfile, "-s"); d->proc_arm_start = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-arm", "gnunet-arm", "-c", d->cfgfile, - "-L", "DEBUG", "-s", "-q", "-T", GNUNET_TIME_relative_to_string (GNUNET_TIME_absolute_get_remaining @@ -430,9 +429,9 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) dst = GNUNET_strdup (d->hostname); GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "Starting `%s', with command `%s %s %s %s %s %s %s %s'.\n", + "Starting `%s', with command `%s %s %s %s %s %s %s'.\n", "gnunet-arm", "ssh", dst, "gnunet-arm", "-c", d->cfgfile, - "-L", "DEBUG", "-s", "-q"); + "-s", "-q"); if (d->ssh_port_str == NULL) { d->proc_arm_start = GNUNET_OS_start_process (GNUNET_NO, NULL, NULL, "ssh", "ssh", |