Merge pull request #3894 from wwylele/log-finalize
Finalize logging system migration
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user