QTfrontend/util/FileEngine.cpp
changeset 8098 4efee370e2de
parent 8085 6c059add1560
child 8112 d85dc8a8f41c
--- 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;
     }