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 3cac963a7d
commit e70f5cb603
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};