1
0
Fork 0
forked from len0rd/rockbox

Improve some trace messages.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-09-26 11:43:34 +00:00
parent 4aa42f3d43
commit 51321cc6f8
3 changed files with 8 additions and 4 deletions

View file

@ -66,7 +66,7 @@ bool VoiceFileCreator::createVoiceFile()
QUrl genlangUrl = SystemInfo::value(SystemInfo::GenlangUrl).toString()
+"?lang=" + m_lang + "&t=" + target + "&rev=" + version + "&f=" + features;
qDebug() << "downloading " << genlangUrl;
qDebug() << "[VoiceFileCreator] downloading " << genlangUrl;
//download the correct genlang output
QTemporaryFile *downloadFile = new QTemporaryFile(this);
@ -88,7 +88,7 @@ bool VoiceFileCreator::createVoiceFile()
void VoiceFileCreator::downloadDone(bool error)
{
qDebug() << "Voice creator::downloadDone, error:" << error;
qDebug() << "[VoiceFileCreator] download done, error:" << error;
// update progress bar
emit logProgress(1,1);