Fix a memleak pointed by @Zeno- in MeshUpdateQueue
[oweals/minetest.git] / src / staticobject.h
index 95a1b945ee040bc8c90741e879ba314a2c24d285..208fb2cc86caf387cf1d9292d06e650d73892a9a 100644 (file)
@@ -79,7 +79,7 @@ public:
                assert(id != 0); // Pre-condition
                if(m_active.find(id) == m_active.end())
                {
-                       dstream<<"WARNING: StaticObjectList::remove(): id="<<id
+                       warningstream<<"StaticObjectList::remove(): id="<<id
                                        <<" not found"<<std::endl;
                        return;
                }