summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/talkgenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/talkgenerator.cpp')
-rw-r--r--rbutil/rbutilqt/base/talkgenerator.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/talkgenerator.cpp b/rbutil/rbutilqt/base/talkgenerator.cpp
index ecb39cad2f..16e1b15184 100644
--- a/rbutil/rbutilqt/base/talkgenerator.cpp
+++ b/rbutil/rbutilqt/base/talkgenerator.cpp
@@ -207,7 +207,8 @@ TalkGenerator::Status TalkGenerator::encodeList(QList<TalkEntry>* list)
207 //skip non-voiced entrys 207 //skip non-voiced entrys
208 if(list->at(i).voiced == false) 208 if(list->at(i).voiced == false)
209 { 209 {
210 qDebug() << "non voiced entry" << list->at(i).toSpeak <<"detected"; 210 qDebug() << "[TalkGenerator] non voiced entry detected:"
211 << list->at(i).toSpeak;
211 emit logProgress(++m_progress,progressMax); 212 emit logProgress(++m_progress,progressMax);
212 continue; 213 continue;
213 } 214 }