diff --git a/src/RADIUS_Destination.h b/src/RADIUS_Destination.h index e0e56b6b..2fdaf3f4 100644 --- a/src/RADIUS_Destination.h +++ b/src/RADIUS_Destination.h @@ -157,6 +157,7 @@ namespace OpenWifi { poco_trace(Logger_, "CoA/DM packet dropped."); } } else { + DBGLINE poco_warning(Logger_, fmt::format("Unknown packet: Type: {} (type={}) Length={}", P.PacketType(), P.PacketTypeInt(), P.BufferLen()));