Skip to content
Snippets Groups Projects
Unverified Commit aa87278b authored by LC's avatar LC Committed by GitHub
Browse files

Merge pull request #5245 from ameerj/sleepthread-log

svc: demote SleepThread log to LOG_TRACE
parents 22ba437a 0383363a
No related branches found
No related tags found
No related merge requests found
...@@ -1583,7 +1583,7 @@ static void ExitThread32(Core::System& system) { ...@@ -1583,7 +1583,7 @@ static void ExitThread32(Core::System& system) {
/// Sleep the current thread /// Sleep the current thread
static void SleepThread(Core::System& system, s64 nanoseconds) { static void SleepThread(Core::System& system, s64 nanoseconds) {
LOG_DEBUG(Kernel_SVC, "called nanoseconds={}", nanoseconds); LOG_TRACE(Kernel_SVC, "called nanoseconds={}", nanoseconds);
enum class SleepType : s64 { enum class SleepType : s64 {
YieldWithoutCoreMigration = 0, YieldWithoutCoreMigration = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment