1
0
Fork 0
forked from len0rd/rockbox

Add missing class prefix to logging call.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24801 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-02-20 22:46:55 +00:00
parent 837cd7ed0a
commit 7709113b6a

View file

@ -226,7 +226,7 @@ void BootloaderInstallBase::checkRemount()
if(!status) {
// still not remounted, restart timer.
QTimer::singleShot(500, this, SLOT(checkRemount()));
qDebug() << "player not remounted yet" << m_remountDevice;
qDebug() << "[BootloaderInstallBase] Player not remounted yet" << m_remountDevice;
}
else {
emit logItem(tr("Player remounted"), LOGINFO);