mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-10 03:11:29 -06:00
Fixed log message error
This commit is contained in:
parent
c00705f9a4
commit
a36d12d3f4
@ -594,7 +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)));
|
||||
LOG_WARNING(Service_NWM, "MAC: {}", mac_address);
|
||||
|
||||
rp.Skip(9, false);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user