Skip to content

Commit

Permalink
feat: Add more logging for #212
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Jul 7, 2024
1 parent aa9329c commit 39c2c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackcore/afv/clients/afvclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c2c4a

Please sign in to comment.