Przeglądaj źródła

Merge pull request #10076 from german77/TryPopMyFriend

core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
bunnei 3 lat temu
rodzic
commit
0f1ff5f34e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/core/hle/service/am/am.cpp

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