From 6e599264ad13e8fc105493d74d7c11d46f8739ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 6 Sep 2019 22:46:29 +0000 Subject: first step to remove plibc --- src/testbed/test_testbed_api_3peers_3controllers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testbed/test_testbed_api_3peers_3controllers.c') diff --git a/src/testbed/test_testbed_api_3peers_3controllers.c b/src/testbed/test_testbed_api_3peers_3controllers.c index 8c976e13b..1d1d1ce44 100644 --- a/src/testbed/test_testbed_api_3peers_3controllers.c +++ b/src/testbed/test_testbed_api_3peers_3controllers.c @@ -853,7 +853,7 @@ host_habitable_cb (void *cls, hc_handle = NULL; if (GNUNET_NO == status) { - (void) PRINTF ("%s", + (void) printf ("%s", "Unable to run the test as this system is not configured " "to use password less SSH logins to localhost.\n" "Skipping test\n"); @@ -895,7 +895,7 @@ run (void *cls, char *const *args, const char *cfgfile, { GNUNET_TESTBED_host_destroy (host); host = NULL; - (void) PRINTF ("%s", + (void) printf ("%s", "Unable to run the test as this system is not configured " "to use password less SSH logins to localhost.\n" "Skipping test\n"); -- cgit v1.2.3