Browse Source

Merge pull request #10076 from german77/TryPopMyFriend

core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
nce_cpp
bunnei 3 years ago
committed by GitHub
parent
commit
afe8b9f018
  1. 2
      src/core/hle/service/am/am.cpp

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

Loading…
Cancel
Save