mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 02:57:57 -05:00
sockets: Move logging macros over to new fmt-compatible ones
This commit is contained in:
@ -10,7 +10,7 @@ namespace Service::Sockets {
|
||||
void SFDNSRES::GetAddrInfo(Kernel::HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp{ctx};
|
||||
|
||||
LOG_WARNING(Service, "(STUBBED) called");
|
||||
NGLOG_WARNING(Service, "(STUBBED) called");
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
|
||||
|
Reference in New Issue
Block a user