summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-07-06 06:30:44 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-07-11 13:10:18 (GMT)
commitc7964e7962a002028169eab5b85d15dd3e0005d1 (patch)
treea6091c5d9dc357852de8e80d2f6586cb83585683 /src/gui/kernel
parent665355e0bab5a6e7d04596cac3ca169f2e458ca7 (diff)
downloadQt-c7964e7962a002028169eab5b85d15dd3e0005d1.zip
Qt-c7964e7962a002028169eab5b85d15dd3e0005d1.tar.gz
Qt-c7964e7962a002028169eab5b85d15dd3e0005d1.tar.bz2
qws: print the data directory
Change-Id: Ie5634dce74d115a68f64681e964edce68427f1a6 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qapplication_qws.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_qws.cpp b/src/gui/kernel/qapplication_qws.cpp
index 5dccfe9..9bdea68 100644
--- a/src/gui/kernel/qapplication_qws.cpp
+++ b/src/gui/kernel/qapplication_qws.cpp
@@ -211,7 +211,7 @@ QString qws_dataDir()
#if !defined(Q_OS_INTEGRITY) && !defined(Q_OS_VXWORKS) && !defined(Q_OS_QNX)
if (buf.st_uid != getuid())
- qFatal("Qt for Embedded Linux data directory is not owned by user %d", getuid());
+ qFatal("Qt for Embedded Linux data directory is not owned by user %d: %s", getuid(), dataDir.constData());
if ((buf.st_mode & 0677) != 0600)
qFatal("Qt for Embedded Linux data directory has incorrect permissions: %s", dataDir.constData());