--- a/QTfrontend/util/FileEngine.cpp Thu Nov 22 02:15:23 2012 +0100
+++ b/QTfrontend/util/FileEngine.cpp Thu Nov 22 15:24:10 2012 +0400
@@ -38,11 +38,11 @@
}
else {
- qWarning("Bad file open mode: %d", (int)openMode);
+ qWarning("[PHYSFS] Bad file open mode: %d", (int)openMode);
}
if (!_handler) {
- qWarning("Failed to open %s, reason: %s", _filename.toUtf8().constData(), PHYSFS_getLastError());
+ qWarning("[PHYSFS] Failed to open %s, reason: %s", _filename.toUtf8().constData(), PHYSFS_getLastError());
return false;
}