mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Use warningstream for log messages with WARNING
Remove DTIME macro and its uses, too
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user