mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
change logger
This commit is contained in:
@@ -56,7 +56,7 @@ void EventDispatcher::poll()
|
||||
if(count > 50) {
|
||||
static Timer reportTimer;
|
||||
if(reportTimer.running() && reportTimer.ticksElapsed() > 250) {
|
||||
logError("ATTENTION the event list is not getting empty, this could be caused by some bad code");
|
||||
g_logger.error("ATTENTION the event list is not getting empty, this could be caused by some bad code");
|
||||
reportTimer.restart();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user