feat: Add more logging for #212

This commit is contained in:
Lars Toenning
2024-06-17 20:48:20 +02:00
parent aa9329cf5d
commit 39c2c4aebc

View File

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