summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt')
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
index 8672e29a4f..f6fb33dcd4 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
@@ -226,7 +226,7 @@ void BootloaderInstallBase::checkRemount()
226 if(!status) { 226 if(!status) {
227 // still not remounted, restart timer. 227 // still not remounted, restart timer.
228 QTimer::singleShot(500, this, SLOT(checkRemount())); 228 QTimer::singleShot(500, this, SLOT(checkRemount()));
229 qDebug() << "player not remounted yet" << m_remountDevice; 229 qDebug() << "[BootloaderInstallBase] Player not remounted yet" << m_remountDevice;
230 } 230 }
231 else { 231 else {
232 emit logItem(tr("Player remounted"), LOGINFO); 232 emit logItem(tr("Player remounted"), LOGINFO);