aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 00:57:44 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 00:57:44 +0000
commitf6e438ef6e618af3e7320a96e7d08887311635f3 (patch)
tree4799dca59198988a6979625dce4d81f95e930376 /src/conversation
parent76f849f35e0f0e3291d76229db8891b9a50603cb (diff)
downloadgnunet-f6e438ef6e618af3e7320a96e7d08887311635f3.tar.gz
gnunet-f6e438ef6e618af3e7320a96e7d08887311635f3.zip
-nicer messages
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-conversation-test.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-test.c b/src/conversation/gnunet-conversation-test.c
index c55f9f951..1f44ca1fc 100644
--- a/src/conversation/gnunet-conversation-test.c
+++ b/src/conversation/gnunet-conversation-test.c
@@ -117,7 +117,8 @@ do_shutdown (void *cls,
117 rec); 117 rec);
118 GNUNET_free (rec); 118 GNUNET_free (rec);
119 } 119 }
120 fprintf (stderr, "\n"); 120 fprintf (stderr,
121 _("\nEnd of transmission. Have a GNU day.\n"));
121} 122}
122 123
123 124
@@ -144,7 +145,8 @@ switch_to_speaker (void *cls,
144 GNUNET_SCHEDULER_shutdown (); 145 GNUNET_SCHEDULER_shutdown ();
145 return; 146 return;
146 } 147 }
147 fprintf (stderr, "\nPlaying..."); 148 fprintf (stderr,
149 _("\nWe are now playing your recording back. If you can hear it, your audio settings are working..."));
148 for (rec=rec_head; NULL != rec; rec = rec->next) 150 for (rec=rec_head; NULL != rec; rec = rec->next)
149 { 151 {
150 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 152 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -210,7 +212,7 @@ run (void *cls, char *const *args, const char *cfgfile,
210 &do_shutdown, 212 &do_shutdown,
211 NULL); 213 NULL);
212 fprintf (stderr, 214 fprintf (stderr,
213 "Recording for %s...", 215 _("We will now be recording you for %s. After that time, the recording will be played back to you..."),
214 GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES)); 216 GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES));
215 if (GNUNET_OK != 217 if (GNUNET_OK !=
216 microphone->enable_microphone (microphone->cls, 218 microphone->enable_microphone (microphone->cls,