Răsfoiți Sursa

Merge pull request #10076 from german77/TryPopMyFriend

core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
bunnei 3 ani în urmă
părinte
comite
0f1ff5f34e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);