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:
parent
837cd7ed0a
commit
7709113b6a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue