diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/am/service/common_state_getter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/service/common_state_getter.cpp b/src/core/hle/service/am/service/common_state_getter.cpp index f523bcd9e..96f1acc5f 100644 --- a/src/core/hle/service/am/service/common_state_getter.cpp +++ b/src/core/hle/service/am/service/common_state_getter.cpp @@ -266,7 +266,7 @@ Result ICommonStateGetter::GetSettingsPlatformRegion( } Result ICommonStateGetter::SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled() { - LOG_WARNING(Service_AM, "(STUBBED) called"); + LOG_DEBUG(Service_AM, "called"); std::scoped_lock lk{m_applet->lock}; m_applet->request_exit_to_library_applet_at_execute_next_program_enabled = true; |