summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-04-22 06:34:38 +0200
committergerman77 <juangerman-13@hotmail.com>2023-04-22 06:35:45 +0200
commit7ffc42c39786fc6386a58db0dec2f630f3766aae (patch)
tree043238fd846138c4ffaf05feabe6948bc3e6282b
parentMerge pull request #10057 from liamwhite/its-not-in-the-timeline (diff)
downloadyuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.gz
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.bz2
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.lz
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.xz
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.zst
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.zip
-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 a17c46121..e59de844c 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -1807,7 +1807,7 @@ void IApplicationFunctions::GetFriendInvitationStorageChannelEvent(HLERequestCon
}
void IApplicationFunctions::TryPopFromFriendInvitationStorageChannel(HLERequestContext& ctx) {
- LOG_WARNING(Service_AM, "(STUBBED) called");
+ LOG_DEBUG(Service_AM, "(STUBBED) called");
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(AM::ResultNoDataInChannel);