From c7964e7962a002028169eab5b85d15dd3e0005d1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 6 Jul 2012 12:00:44 +0530 Subject: qws: print the data directory Change-Id: Ie5634dce74d115a68f64681e964edce68427f1a6 Reviewed-by: Gunnar Sletta --- src/gui/kernel/qapplication_qws.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit v0.12