Added missing log

This commit is contained in:
David Marcec 2018-11-07 11:46:04 +11:00
parent d018183d4e
commit 04b01f5db2

View file

@ -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};