core: am: Demote TryPopFromFriendInvitationStorageChannel Log level

This commit is contained in:
german77 2023-04-21 22:34:38 -06:00
parent 0cfeb2e8d7
commit 7ffc42c397

View File

@ -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);