From 49cb4fa37b297a8d9a92209a2d7b5bdb16baa424 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Wed, 7 Nov 2018 11:46:04 +1100 Subject: [PATCH] Added missing log --- src/core/hle/service/acc/acc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 870410476..18c68e69a 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp @@ -243,6 +243,7 @@ void Module::Interface::GetBaasAccountManagerForApplication(Kernel::HLERequestCo } void Module::Interface::TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx) { + LOG_DEBUG(Service_ACC, "called"); // A u8 is passed into this function which we can safely ignore. It's to determain if we have // access to use the network or not by the looks of it IPC::ResponseBuilder rb{ctx, 6};