mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-04 14:38:12 +00:00
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user