aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_cmd_local_test_finished.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_cmd_local_test_finished.c')
-rw-r--r--src/testbed/testbed_api_cmd_local_test_finished.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_cmd_local_test_finished.c b/src/testbed/testbed_api_cmd_local_test_finished.c
index 8829f1b9a..b5f4b8b31 100644
--- a/src/testbed/testbed_api_cmd_local_test_finished.c
+++ b/src/testbed/testbed_api_cmd_local_test_finished.c
@@ -93,6 +93,8 @@ local_test_finished_finish (void *cls,
93 void *cont_cls) 93 void *cont_cls)
94{ 94{
95 // This will stop the local loop without shutting down the scheduler, because we do not call the continuation, which is the interpreter_next method. 95 // This will stop the local loop without shutting down the scheduler, because we do not call the continuation, which is the interpreter_next method.
96 LOG (GNUNET_ERROR_TYPE_ERROR,
97 "Stopping local loop\n");
96 return GNUNET_YES; 98 return GNUNET_YES;
97} 99}
98 100