From: Nathan S. Evans Date: Tue, 15 Mar 2011 10:43:28 +0000 (+0000) Subject: remove logging line X-Git-Tag: initial-import-from-subversion-38251~18970 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69b639df7504c410bb14a78865fa769cfa0ad11e;p=oweals%2Fgnunet.git remove logging line --- diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 494a3f566..da67e98e9 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -5597,7 +5597,6 @@ check_peers_started (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) unsigned int i; GNUNET_TESTING_NotifyDaemonRunning cb; - GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Checking whether peer startup process finished!\n"); if (GNUNET_NO == GNUNET_OS_process_status (helper->proc, &type, &code)) /* Still running, wait some more! */ { GNUNET_SCHEDULER_add_delayed(GNUNET_CONSTANTS_EXEC_WAIT, &check_peers_started, helper);