diff --git a/tools/voice.pl b/tools/voice.pl index 4f7565aaf2..c63f193556 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -630,7 +630,7 @@ sub gentalkclips { # Apply corrections $voice = correct_string($voice, $language, $tts_object); - printf("Talkclip %s: %s", $enc, $voice) if $verbose; + printf("Talkclip %s: %s\n", $enc, $voice) if $verbose; # Don't generate encoded file if it already exists next if (-f $enc && !$force);