core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
This commit is contained in:
parent
acede1f1d3
commit
843dd62c81
3 changed files with 4 additions and 6 deletions
|
@ -134,7 +134,7 @@ void Process::Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size) {
|
|||
HandleSpecialMapping(vm_manager, mapping);
|
||||
}
|
||||
|
||||
vm_manager.LogLayout(Log::Level::Debug);
|
||||
vm_manager.LogLayout();
|
||||
status = ProcessStatus::Running;
|
||||
|
||||
Kernel::SetupMainThread(entry_point, main_thread_priority, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue