Added log message for checking MAC address

This commit is contained in:
PTRCoder 2024-08-24 14:34:38 +02:00
parent c4f6bffd91
commit c00705f9a4

View File

@ -594,6 +594,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
MacAddress mac_address;
rp.PopRaw(mac_address);
LOG_WARNING(Service_NWM, "MAC: {}", std::string str(std::begin(mac_address), std::end(mac_address)));
rp.Skip(9, false);