summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2023-04-21 23:15:07 -0700
committerGravatar GitHub2023-04-21 23:15:07 -0700
commit0f1ff5f34ea911642c991c9a7b8e6ce7d710efd8 (patch)
treefe37b51123cd4edca36fa68f6e20e8be8afdb6d9 /src
parentMerge pull request #10068 from twitchax/twitchax/dr_bind_address (diff)
parentcore: am: Demote TryPopFromFriendInvitationStorageChannel Log level (diff)
downloadyuzu-0f1ff5f34ea911642c991c9a7b8e6ce7d710efd8.tar.gz
yuzu-0f1ff5f34ea911642c991c9a7b8e6ce7d710efd8.tar.xz
yuzu-0f1ff5f34ea911642c991c9a7b8e6ce7d710efd8.zip
Merge pull request #10076 from german77/TryPopMyFriend
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
Diffstat (limited to 'src')
-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);