aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-test.c')
-rw-r--r--src/conversation/gnunet-conversation-test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-test.c b/src/conversation/gnunet-conversation-test.c
index fe6eae925..815c7ef11 100644
--- a/src/conversation/gnunet-conversation-test.c
+++ b/src/conversation/gnunet-conversation-test.c
@@ -204,9 +204,8 @@ run (void *cls, char *const *args, const char *cfgfile,
204 switch_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT, 204 switch_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT,
205 &switch_to_speaker, 205 &switch_to_speaker,
206 NULL); 206 NULL);
207 st = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 207 st = GNUNET_SCHEDULER_add_shutdown (&do_shutdown,
208 &do_shutdown, 208 NULL);
209 NULL);
210 fprintf (stderr, 209 fprintf (stderr,
211 _("We will now be recording you for %s. After that time, the recording will be played back to you..."), 210 _("We will now be recording you for %s. After that time, the recording will be played back to you..."),
212 GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES)); 211 GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES));