mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Minor tweaks for METAR info
This commit is contained in:
committed by
Mat Sutcliffe
parent
0876379729
commit
928a76a042
@@ -679,7 +679,7 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
|
||||
void CContextNetwork::updateMetars(const BlackMisc::Weather::CMetarList &metars)
|
||||
void CContextNetwork::updateMetars(const CMetarList &metars)
|
||||
{
|
||||
if (this->isDebugEnabled()) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
|
||||
CLogMessage(this).info(u"%1 METARs updated") << metars.size();
|
||||
|
||||
Reference in New Issue
Block a user