aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_hosts.c')
-rw-r--r--src/testbed/testbed_api_hosts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index 6cac5eeb6..f1f9003ee 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -588,7 +588,7 @@ GNUNET_TESTBED_hosts_load_from_loadleveler (const struct
588 GNUNET_CONFIGURATION_Handle *cfg, 588 GNUNET_CONFIGURATION_Handle *cfg,
589 struct GNUNET_TESTBED_Host ***hosts) 589 struct GNUNET_TESTBED_Host ***hosts)
590{ 590{
591#ifndef WITH_LL 591#if !ENABLE_LL
592 LOG (GNUNET_ERROR_TYPE_ERROR, 592 LOG (GNUNET_ERROR_TYPE_ERROR,
593 _("The function %s is only available when compiled with (--with-ll)\n"), 593 _("The function %s is only available when compiled with (--with-ll)\n"),
594 __func__); 594 __func__);