aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_3peers_3controllers.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
committerng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
commit6e599264ad13e8fc105493d74d7c11d46f8739ed (patch)
tree169bef1ecbade5a659831fb169f3ae6943af127f /src/testbed/test_testbed_api_3peers_3controllers.c
parent4f13bc15113021ebf71d5d81e99bc29f8a07fc9c (diff)
downloadgnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.tar.gz
gnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.zip
first step to remove plibc
Diffstat (limited to 'src/testbed/test_testbed_api_3peers_3controllers.c')
-rw-r--r--src/testbed/test_testbed_api_3peers_3controllers.c4
1 files changed, 2 insertions, 2 deletions
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,
853 hc_handle = NULL; 853 hc_handle = NULL;
854 if (GNUNET_NO == status) 854 if (GNUNET_NO == status)
855 { 855 {
856 (void) PRINTF ("%s", 856 (void) printf ("%s",
857 "Unable to run the test as this system is not configured " 857 "Unable to run the test as this system is not configured "
858 "to use password less SSH logins to localhost.\n" 858 "to use password less SSH logins to localhost.\n"
859 "Skipping test\n"); 859 "Skipping test\n");
@@ -895,7 +895,7 @@ run (void *cls, char *const *args, const char *cfgfile,
895 { 895 {
896 GNUNET_TESTBED_host_destroy (host); 896 GNUNET_TESTBED_host_destroy (host);
897 host = NULL; 897 host = NULL;
898 (void) PRINTF ("%s", 898 (void) printf ("%s",
899 "Unable to run the test as this system is not configured " 899 "Unable to run the test as this system is not configured "
900 "to use password less SSH logins to localhost.\n" 900 "to use password less SSH logins to localhost.\n"
901 "Skipping test\n"); 901 "Skipping test\n");