aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-15 18:35:05 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-15 18:35:05 +0000
commitfe5a260dcfd5a746197621c529a0d4784e51d0f7 (patch)
tree8bffb020f8f3e6e988bbf0638ecf49fb43286d49 /src/testing/testing.c
parente29bd466d5c4452e299a9ece5f290a527d7d9833 (diff)
downloadgnunet-fe5a260dcfd5a746197621c529a0d4784e51d0f7.tar.gz
gnunet-fe5a260dcfd5a746197621c529a0d4784e51d0f7.zip
be less verbose
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 4e224a484..8604e90ed 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -712,9 +712,11 @@ void GNUNET_TESTING_daemon_stop (struct GNUNET_TESTING_Daemon *d,
712 d->server = NULL; 712 d->server = NULL;
713 } 713 }
714 /* shutdown ARM process (will also terminate others) */ 714 /* shutdown ARM process (will also terminate others) */
715#if DEBUG_TESTING
715 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 716 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
716 _("Terminating peer `%4s'\n"), 717 _("Terminating peer `%4s'\n"),
717 GNUNET_i2s(&d->id)); 718 GNUNET_i2s(&d->id));
719#endif
718 cc = GNUNET_CLIENT_connect (d->sched, 720 cc = GNUNET_CLIENT_connect (d->sched,
719 "arm", 721 "arm",
720 d->cfg); 722 d->cfg);