sockets: Move logging macros over to new fmt-compatible ones
This commit is contained in:
parent
3cac963a7d
commit
e70f5cb603
2 changed files with 8 additions and 7 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue