aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorgerman77 <[email protected]>2023-04-21 22:34:38 -0600
committergerman77 <[email protected]>2023-04-21 22:35:45 -0600
commit7ffc42c39786fc6386a58db0dec2f630f3766aae (patch)
tree043238fd846138c4ffaf05feabe6948bc3e6282b /src/core/hle/service
parent0cfeb2e8d7fe98a11d5ab6097e35252981d70600 (diff)
downloadyuzu-android-7ffc42c39786fc6386a58db0dec2f630f3766aae.tar.gz
yuzu-android-7ffc42c39786fc6386a58db0dec2f630f3766aae.zip
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
Diffstat (limited to 'src/core/hle/service')
-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);