mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-29 23:41:05 -06:00
Added forgotten log message
This commit is contained in:
parent
d461a44e8b
commit
c4f6bffd91
@ -641,6 +641,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
|
||||
|
||||
// Update the total size in the structure and write it to the buffer again.
|
||||
data_reply_header.total_size = static_cast<u32>(cur_buffer_size);
|
||||
LOG_WARNING(Service_NWM, "Writing beacon reply header to buffer");
|
||||
out_buffer.Write(&data_reply_header, 0, sizeof(BeaconDataReplyHeader));
|
||||
|
||||
IPC::RequestBuilder rb = rp.MakeBuilder(1, 2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user