logger: Add SET service logging category.

This commit is contained in:
bunnei 2018-02-04 22:55:45 -05:00
parent fc1359dc03
commit c689fe8424
3 changed files with 12 additions and 16 deletions

View file

@ -24,7 +24,7 @@ void SET::GetAvailableLanguageCodes(Kernel::HLERequestContext& ctx) {
rb.Push(RESULT_SUCCESS);
rb.Push(static_cast<u64>(lang_codes.size()));
LOG_WARNING(Service, "(STUBBED) called");
LOG_WARNING(Service_SET, "(STUBBED) called");
}
SET::SET(const char* name) : ServiceFramework(name) {