diff --git a/otherarch/tts_adapter.cpp b/otherarch/tts_adapter.cpp index b8514aef1..2c600d074 100644 --- a/otherarch/tts_adapter.cpp +++ b/otherarch/tts_adapter.cpp @@ -569,7 +569,7 @@ tts_generation_outputs ttstype_generate(const tts_generation_inputs inputs) { if(ttsdebugmode==1 || !inputs.quiet) { - printf("\nReusing Cached Audio."); + printf("\nReusing Cached Audio.\n"); output.data = last_generated_audio.c_str(); output.status = 1; return output;