Total Airports logged
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||
|
||||
#include "config.h"
|
||||
#include "makeRwysXP.h"
|
||||
#include "simulatorDatabase.h"
|
||||
#include "websocket.h"
|
||||
|
||||
#include "XPLM/XPLMDataAccess.h"
|
||||
#include "XPLM/XPLMGraphics.h"
|
||||
#include "XPLM/XPLMPlanes.h"
|
||||
@@ -8,11 +13,6 @@
|
||||
#include "XPLM/XPLMProcessing.h"
|
||||
#include "XPLM/XPLMUtilities.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "makeRwysXP.h"
|
||||
#include "simulatorDatabase.h"
|
||||
#include "websocket.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -52,6 +52,9 @@ int scan(const char *defaultFile,
|
||||
}
|
||||
}
|
||||
|
||||
logfile << std::endl
|
||||
<< "<STATUS> Total airports: " << airports.size() << std::endl;
|
||||
|
||||
custom.close();
|
||||
logfile.close();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user