summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar german772023-04-21 22:34:38 -0600
committerGravatar german772023-04-21 22:35:45 -0600
commit7ffc42c39786fc6386a58db0dec2f630f3766aae (patch)
tree043238fd846138c4ffaf05feabe6948bc3e6282b
parentMerge pull request #10057 from liamwhite/its-not-in-the-timeline (diff)
downloadyuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.gz
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.xz
yuzu-7ffc42c39786fc6386a58db0dec2f630f3766aae.zip
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
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 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
1807} 1807}
1808 1808
1809void IApplicationFunctions::TryPopFromFriendInvitationStorageChannel(HLERequestContext& ctx) { 1809void IApplicationFunctions::TryPopFromFriendInvitationStorageChannel(HLERequestContext& ctx) {
1810 LOG_WARNING(Service_AM, "(STUBBED) called"); 1810 LOG_DEBUG(Service_AM, "(STUBBED) called");
1811 1811
1812 IPC::ResponseBuilder rb{ctx, 2}; 1812 IPC::ResponseBuilder rb{ctx, 2};
1813 rb.Push(AM::ResultNoDataInChannel); 1813 rb.Push(AM::ResultNoDataInChannel);