Merge pull request #3894 from wwylele/log-finalize
Finalize logging system migration
This commit is contained in:
commit
f9a89ff410
153 changed files with 2131 additions and 2230 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue