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:
parent
9f80a592bb
commit
5787d00d54
199 changed files with 2312 additions and 4487 deletions
|
|
@ -417,7 +417,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
LOG_ERROR("server", "Sending opcode that has unknown type '%s'", type.c_str());
|
||||
LOG_ERROR("network.opcode", "Sending opcode that has unknown type '%s'", type.c_str());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue