mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 09:50:23 +02:00
Use warningstream for log messages with WARNING
Remove DTIME macro and its uses, too
This commit is contained in:
@ -1713,7 +1713,7 @@ void Server::handleCommand_Interact(NetworkPacket* pkt)
|
||||
Catch invalid actions
|
||||
*/
|
||||
else {
|
||||
infostream << "WARNING: Server: Invalid action "
|
||||
warningstream << "Server: Invalid action "
|
||||
<< action << std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user