mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
More gutting of logsys.cpp/h
This commit is contained in:
parent
f81a8b716b
commit
7fac4d5f52
@ -398,7 +398,7 @@ void ClearMappedOpcode(EmuOpcode op)
|
||||
// client methods
|
||||
int Client::HandlePacket(const EQApplicationPacket *app)
|
||||
{
|
||||
if(is_log_enabled(CLIENT__NET_IN_TRACE)) {
|
||||
if(Log.log_settings[Logs::LogCategory::Netcode].log_to_console > 0) {
|
||||
char buffer[64];
|
||||
app->build_header_dump(buffer);
|
||||
Log.Out(Logs::Detail, Logs::Client_Server_Packet, "Dispatch opcode: %s", buffer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user