forked from len0rd/rockbox
voice: clean up a debug message
Change-Id: Iee8c68a8e943218ce53b46a7150af7df08702719
This commit is contained in:
parent
9bcf6a8bb7
commit
a220402d51
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue