Merge pull request #3894 from wwylele/log-finalize

Finalize logging system migration
This commit is contained in:
James Rowe
2018-06-29 17:46:07 -06:00
committed by GitHub
153 changed files with 2131 additions and 2230 deletions

View File

@@ -19,7 +19,7 @@ void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) {
rb.Push(RESULT_SUCCESS);
rb.Push(false);
NGLOG_WARNING(Service_DLP, "(STUBBED) called");
LOG_WARNING(Service_DLP, "(STUBBED) called");
}
DLP_SRVR::DLP_SRVR() : ServiceFramework("dlp:SRVR", 1) {