1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 14:36:33 -05:00

Merge pull request #10076 from german77/TryPopMyFriend

core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
This commit is contained in:
bunnei
2023-04-21 23:15:07 -07:00
committed by GitHub

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