mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
chore(Core/Logging): replace most server loggers (#5726)
* chore(Core/Logging): replace most server loggers Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ int RealmSocket::open(void* arg)
|
||||
|
||||
if (peer().get_remote_addr(addr) == -1)
|
||||
{
|
||||
LOG_ERROR("server", "Error %s while opening realm socket!", ACE_OS::strerror(errno));
|
||||
LOG_ERROR("network", "Error %s while opening realm socket!", ACE_OS::strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user