summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);