mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Update VATSIM data file reader to read new JSON data file format
This commit is contained in:
@@ -1323,9 +1323,9 @@ namespace BlackCore
|
||||
CLogMessage(this).info(u"Read %1 METARs") << metars.size();
|
||||
}
|
||||
|
||||
void CWebDataServices::vatsimDataFileRead(int lines)
|
||||
void CWebDataServices::vatsimDataFileRead(int kB)
|
||||
{
|
||||
CLogMessage(this).info(u"Read VATSIM data file, %1 lines") << lines;
|
||||
CLogMessage(this).info(u"Read VATSIM data file, %1 kB") << kB;
|
||||
}
|
||||
|
||||
void CWebDataServices::vatsimStatusFileRead(int lines)
|
||||
|
||||
Reference in New Issue
Block a user