mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Just typos and formatting
This commit is contained in:
@@ -84,7 +84,7 @@ namespace BlackMisc
|
||||
}
|
||||
while (isRepeatable());
|
||||
|
||||
if (!isValid) { CLogMessage(this).debug() << "Failed to match" << getDecoderType() << "in remaining metar:" << metarString; }
|
||||
if (!isValid) { CLogMessage(this).debug() << "Failed to match" << getDecoderType() << "in remaining METAR:" << metarString; }
|
||||
return isValid;
|
||||
}
|
||||
};
|
||||
@@ -926,7 +926,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (!decoder->parse(metarStringCopy, metar))
|
||||
{
|
||||
CLogMessage(this).debug() << "Invalid metar:" << metarString;
|
||||
CLogMessage(this).debug() << "Invalid METAR:" << metarString;
|
||||
return CMetar();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user