From 45db4bb3ea9e5a46db598eb99957bfd7d7a135f7 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 23 Oct 2017 00:13:12 -0400 Subject: logging: Rename category "Core_ARM11" to "Core_ARM". --- src/core/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/core.cpp') diff --git a/src/core/core.cpp b/src/core/core.cpp index c5448630f..6358e827b 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -52,7 +52,7 @@ System::ResultStatus System::RunLoop(int tight_loop) { // If we don't have a currently active thread then don't execute instructions, // instead advance to the next event and try to yield to the next thread if (Kernel::GetCurrentThread() == nullptr) { - LOG_TRACE(Core_ARM11, "Idling"); + LOG_TRACE(Core_ARM, "Idling"); CoreTiming::Idle(); CoreTiming::Advance(); PrepareReschedule(); -- cgit v1.2.3