aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index dbd86ba90..1b50b9ff5 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -220,7 +220,7 @@ run_finish_task_sync (void *cls)
220 - sync_state->start_finish_time.abs_value_us) 220 - sync_state->start_finish_time.abs_value_us)
221 { 221 {
222 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 222 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
223 "The command with label %s did not finish its asyncronous task in time.\n", 223 "The command with label %s did not finish its asynchronous task in time.\n",
224 cmd->label); 224 cmd->label);
225 is->result = GNUNET_SYSERR; 225 is->result = GNUNET_SYSERR;
226 GNUNET_SCHEDULER_shutdown (); 226 GNUNET_SCHEDULER_shutdown ();