summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-09-02 05:37:41 +0200
committerGitHub <noreply@github.com>2022-09-02 05:37:41 +0200
commit6690dfc486a09c281bbfea39c16e2474eba47202 (patch)
tree3d07fea8fa283142ff3980d8f13f0c7c9b5ac006 /src/core/hle/service/am/am.cpp
parentMerge pull request #8841 from zhaobot/tx-update-20220901035349 (diff)
parentDemote services from warning/info to debug to reduce log spam: (diff)
downloadyuzu-6690dfc486a09c281bbfea39c16e2474eba47202.tar
yuzu-6690dfc486a09c281bbfea39c16e2474eba47202.tar.gz
yuzu-6690dfc486a09c281bbfea39c16e2474eba47202.tar.bz2
yuzu-6690dfc486a09c281bbfea39c16e2474eba47202.tar.lz
yuzu-6690dfc486a09c281bbfea39c16e2474eba47202.tar.xz
yuzu-6690dfc486a09c281bbfea39c16e2474eba47202.tar.zst
yuzu-6690dfc486a09c281bbfea39c16e2474eba47202.zip
Diffstat (limited to '')
-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);