diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 1347fa2d5..785b464cd 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -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);