log: replace all NGLOG with LOG
This commit is contained in:
parent
fde415968e
commit
7c5a76e58b
152 changed files with 1541 additions and 1541 deletions
|
@ -156,7 +156,7 @@ ResultStatus AppLoader_NCCH::Load(Kernel::SharedPtr<Kernel::Process>& process) {
|
|||
ReadProgramId(ncch_program_id);
|
||||
std::string program_id{Common::StringFromFormat("%016" PRIX64, ncch_program_id)};
|
||||
|
||||
NGLOG_INFO(Loader, "Program ID: {}", program_id);
|
||||
LOG_INFO(Loader, "Program ID: {}", program_id);
|
||||
|
||||
update_ncch.OpenFile(Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC,
|
||||
ncch_program_id | UPDATE_MASK));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue