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

This commit is contained in:
Lioncash 2018-04-24 10:50:04 -04:00
parent e39e914cd0
commit f8fa781c10
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ void SET::GetAvailableLanguageCodes(Kernel::HLERequestContext& ctx) {
rb.Push(RESULT_SUCCESS);
LOG_WARNING(Service_SET, "(STUBBED) called");
NGLOG_WARNING(Service_SET, "(STUBBED) called");
}
SET::SET() : ServiceFramework("set") {