Just typos and formatting

This commit is contained in:
Klaus Basan
2016-10-23 18:32:35 +02:00
parent ff3f04f74c
commit fc65deb778
7 changed files with 34 additions and 62 deletions

View File

@@ -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();
}
}