Use warningstream for log messages with WARNING
Remove DTIME macro and its uses, too
This commit is contained in:
@@ -79,7 +79,7 @@ class StaticObjectList
|
||||
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