summaryrefslogtreecommitdiffstats
path: root/tests/arthur/lance
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-08-28 05:35:25 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-08-28 05:36:43 (GMT)
commit0ba973c885257941800e895aacc387904d1737ef (patch)
tree42352e3166de8924cfc0d7eef58f1a4f52dc00da /tests/arthur/lance
parentbc1b2e0528265841be8c4af912a665a92ce5906d (diff)
downloadQt-0ba973c885257941800e895aacc387904d1737ef.zip
Qt-0ba973c885257941800e895aacc387904d1737ef.tar.gz
Qt-0ba973c885257941800e895aacc387904d1737ef.tar.bz2
more verbose error messages in lance...
Diffstat (limited to 'tests/arthur/lance')
-rw-r--r--tests/arthur/lance/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/lance/main.cpp b/tests/arthur/lance/main.cpp
index 8bf10eb..534e15d 100644
--- a/tests/arthur/lance/main.cpp
+++ b/tests/arthur/lance/main.cpp
@@ -380,7 +380,7 @@ int main(int argc, char **argv)
QString script = textFile.readAll();
content = script.split("\n", QString::SkipEmptyParts);
} else {
- printf("failed to read file: '%s'\n", qPrintable(fileName));
+ printf("failed to read file: '%s'\n", qPrintable(fileinfo.absoluteFilePath()));
continue;
}
pcmd.setContents(content);