]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Texture.cc
stream-based logging classes
[chaz/yoink] / src / Moof / Texture.cc
index a701424d5dd7588537dce06511cfb9e1f0fa6c1e..61cabd2c89296eb06e24884cd289448a7fb39ce1 100644 (file)
@@ -249,7 +249,7 @@ public:
 
                if (!surface)
                {
-                       logWarning("texture not found: %s", getName().c_str());
+                       logWarning << "texture not found: " << getName() << std::endl;
                        throw Exception(ErrorCode::FILE_NOT_FOUND, getName());
                }
 
This page took 0.019322 seconds and 4 git commands to generate.