sockets: Move logging macros over to new fmt-compatible ones

This commit is contained in:
Lioncash
2018-04-24 10:53:44 -04:00
parent 2a3f3bf977
commit 62c69f4a1e
2 changed files with 8 additions and 7 deletions

View File

@ -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};