From 39c2c4aebc8b8689170566800fb8e7161adabe43 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Mon, 17 Jun 2024 20:48:20 +0200 Subject: [PATCH] feat: Add more logging for #212 --- src/blackcore/afv/clients/afvclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/afv/clients/afvclient.cpp b/src/blackcore/afv/clients/afvclient.cpp index 4592d9540..5ebabdf5e 100644 --- a/src/blackcore/afv/clients/afvclient.cpp +++ b/src/blackcore/afv/clients/afvclient.cpp @@ -1382,7 +1382,7 @@ namespace BlackCore::Afv::Clients else { // Ups! - CLogMessage(this).debug(u"Station '%1' NOT found! Using original frequency %2Hz") << it->name << roundedFrequencyHz; + CLogMessage(this).debug(u"Station '%1' NOT found! Candidate was '%2'. Using original frequency %3 Hz") << it->name << closest.getCallsign().asString() << roundedFrequencyHz; } } else