diff --git a/src/core/hle/service/ac/ac.cpp b/src/core/hle/service/ac/ac.cpp index 673e874d7..8814d0fca 100644 --- a/src/core/hle/service/ac/ac.cpp +++ b/src/core/hle/service/ac/ac.cpp @@ -252,7 +252,7 @@ void Module::Interface::ScanAPs(Kernel::HLERequestContext& ctx) { rb.Push(rp2.Pop()); Kernel::MappedBuffer mapped_buffer = rp2.PopMappedBuffer(); rb.PushMappedBuffer(mapped_buffer); - LOG_WARNING(Service_AC, "(STUBBED) called, pid={}, unknown={}", pid, unknown); + LOG_WARNING(Service_AC, "(STUBBED) called, pid={}", pid); } void Module::Interface::GetInfraPriority(Kernel::HLERequestContext& ctx) {