1
0
Fork 0
forked from len0rd/rockbox

voice: clean up a debug message

Change-Id: Iee8c68a8e943218ce53b46a7150af7df08702719
This commit is contained in:
Solomon Peachy 2025-01-22 13:21:39 -05:00
parent 9bcf6a8bb7
commit a220402d51

View file

@ -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);