summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlmanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index b6ba205c2..3ac55c4f8 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -164,7 +164,8 @@ QMLManager::QMLManager() : m_locationServiceEnabled(false),
if (!appLogFile.open(QIODevice::ReadWrite|QIODevice::Truncate)) {
appLogFileOpen = false;
appendTextToLog("Failed to open logfile " + appLogFileName
- + " at " + QDateTime::currentDateTime().toString());
+ + " at " + QDateTime::currentDateTime().toString()
+ + " error: " + appLogFile.errorString());
} else {
appLogFileOpen = true;
appendTextToLog("Successfully opened logfile " + appLogFileName