aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 735ac2274..0e60d81b6 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6137,10 +6137,11 @@ GNUNET_TESTING_daemons_start(const struct GNUNET_CONFIGURATION_Handle *cfg,
6137 } 6137 }
6138 6138
6139 if (GNUNET_YES 6139 if (GNUNET_YES
6140 == GNUNET_CONFIGURATION_get_value_string (pcfg, "PATHS", 6140 == GNUNET_CONFIGURATION_get_value_string (pg->peers[off].cfg, "PATHS",
6141 "SERVICEHOME", 6141 "SERVICEHOME",
6142 &baseservicehome)) 6142 &baseservicehome))
6143 { 6143 {
6144 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "baseservice home is %s\n", baseservicehome);
6144 if (hostname != NULL) 6145 if (hostname != NULL)
6145 GNUNET_asprintf (&newservicehome, "%s/%s/", baseservicehome, hostname); 6146 GNUNET_asprintf (&newservicehome, "%s/%s/", baseservicehome, hostname);
6146 else 6147 else