Fix a typo.
Change-Id: I32a0d202385f025e0f450f7ba2fba5b6334d8f39
This commit is contained in:
parent
b18bbabc91
commit
61047e1561
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ TTSStatus TTSSapi::voice(QString text,QString wavfile, QString *errStr)
|
|||
QCoreApplication::processEvents();
|
||||
|
||||
if(!QFileInfo(wavfile).isFile()) {
|
||||
qDebug() << "[TTSExes] output file does not exist:" << wavfile;
|
||||
qDebug() << "[TTSSapi] output file does not exist:" << wavfile;
|
||||
return FatalError;
|
||||
}
|
||||
return NoError;
|
||||
|
|
Loading…
Reference in a new issue