]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/COBJMeshFileLoader.cpp
Unify & improve log messages
[irrlicht.git] / source / Irrlicht / COBJMeshFileLoader.cpp
index 740f8e5f4b213d88ecee634a0ee4793f29899e49..43ea51e08eb867832ec0a194399abbdee3353bd1 100644 (file)
@@ -224,7 +224,7 @@ IAnimatedMesh* COBJMeshFileLoader::createMesh(io::IReadFile* file)
                                        v.Pos = vertexBuffer[Idx[0]];\r
                                else\r
                                {\r
-                                       os::Printer::log("Invalid vertex index in this line:", wordBuffer.c_str(), ELL_ERROR);\r
+                                       os::Printer::log("Invalid vertex index in this line", wordBuffer.c_str(), ELL_ERROR);\r
                                        delete [] buf;\r
                                        return 0;\r
                                }\r