Skip to content
Snippets Groups Projects
Commit 49cb4fa3 authored by David Marcec's avatar David Marcec
Browse files

Added missing log

parent 92fcc6d1
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment