summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 140a64777..648532d7d 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -1414,7 +1414,7 @@ void QMLManager::selectDive(int id)
amount_selected++;
}
if (amount_selected == 0)
- qWarning("QManager::selectDive() called with unknown id");
+ qWarning("QManager::selectDive() called with unknown id %d",id);
}
void QMLManager::deleteDive(int id)