mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
feat: Add more logging for #212
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user