From c1e297a90a984a9ae392607063d5511a15981e30 Mon Sep 17 00:00:00 2001 From: sapier Date: Sat, 24 May 2014 13:42:52 +0200 Subject: Reduce log level for non npot2 texture warning message --- src/tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tile.cpp b/src/tile.cpp index cff45dc76..310630b84 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -966,7 +966,7 @@ bool TextureSource::generateImage(std::string part_of_name, video::IImage *& bas if ((dim.Height %2 != 0) || (dim.Width %2 != 0)) { - errorstream << "TextureSource::generateImage " + infostream << "TextureSource::generateImage " << part_of_name << " size npot2 x=" << dim.Width << " y=" << dim.Height << std::endl; } -- cgit v1.2.3