summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tile.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}