aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-09-01 20:37:41 -0700
committerGitHub <noreply@github.com>2022-09-01 20:37:41 -0700
commit6690dfc486a09c281bbfea39c16e2474eba47202 (patch)
tree3d07fea8fa283142ff3980d8f13f0c7c9b5ac006 /src/core/hle/service/am/am.cpp
parentcbc2761f113cee43c0d8fe4a6de4401cb743c153 (diff)
parent03aedccaa252a7989c3ab147a83305b386476748 (diff)
Merge pull request #8844 from Kelebek1/demote
Demote services from warning/info to debug to reduce log spam
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
-rw-r--r--src/core/hle/service/am/am.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 118f226e4..6fb7e198e 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -754,7 +754,7 @@ void ICommonStateGetter::ReceiveMessage(Kernel::HLERequestContext& ctx) {
}
void ICommonStateGetter::GetCurrentFocusState(Kernel::HLERequestContext& ctx) {
- LOG_WARNING(Service_AM, "(STUBBED) called");
+ LOG_DEBUG(Service_AM, "(STUBBED) called");
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(ResultSuccess);