From ffb0f320e55ce084d035e40c7da98e0661ed4586 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 27 Jul 2011 16:09:13 +0000 Subject: [PATCH] remove verbose logging message --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing.c b/src/testing/testing.c index e7b6c03d2..975f34496 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -1206,7 +1206,7 @@ GNUNET_TESTING_daemon_start_service (struct GNUNET_TESTING_Daemon *d, "-c", d->cfgfile, "-i", service, "-q", "-T", GNUNET_TIME_relative_to_string(timeout), NULL); - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting gnunet-arm with command %s -c %s -i %s -q -T %s\n", "gnunet-arm", d->cfgfile, service, GNUNET_TIME_relative_to_string(timeout)); } -- 2.25.1