Style, removed redundant CForm overrides

This commit is contained in:
Klaus Basan
2018-08-04 23:39:32 +02:00
parent b4f39f6226
commit b671c2a0a5
19 changed files with 29 additions and 37 deletions

View File

@@ -424,7 +424,7 @@ namespace BlackCore
else
{
// network error
CLogMessage(this).warning("Reading VATSIM data file failed %1 %2") << nwReply->errorString() << nwReply->url().toString();
CLogMessage(this).warning("Reading VATSIM data file failed '%1' '%2'") << nwReply->errorString() << nwReply->url().toString();
nwReply->abort();
emit this->dataRead(CEntityFlags::VatsimDataFile, CEntityFlags::ReadFailed, 0);
}