Updated the log message
This commit is contained in:
@@ -111,7 +111,7 @@ namespace XPC
|
|||||||
|
|
||||||
std::fprintf(fd, "X-Plane Connect [Version %s]\n", version.c_str());
|
std::fprintf(fd, "X-Plane Connect [Version %s]\n", version.c_str());
|
||||||
std::fprintf(fd, "Compiled %s %s\n", __DATE__, __TIME__);
|
std::fprintf(fd, "Compiled %s %s\n", __DATE__, __TIME__);
|
||||||
std::fprintf(fd, "Copyright (c) 2013-2015 United States Government as represented by the\n");
|
std::fprintf(fd, "Copyright (c) 2013-2017 United States Government as represented by the\n");
|
||||||
std::fprintf(fd, "Administrator of the National Aeronautics and Space Administration.\n");
|
std::fprintf(fd, "Administrator of the National Aeronautics and Space Administration.\n");
|
||||||
std::fprintf(fd, "All Rights Reserved.\n\n");
|
std::fprintf(fd, "All Rights Reserved.\n\n");
|
||||||
|
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ PLUGIN_API int XPluginStart(char* outName, char* outSig, char* outDesc)
|
|||||||
1000000000.0;
|
1000000000.0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
XPC::Log::Initialize("1.1.1");
|
XPC::Log::Initialize("1.2.1");
|
||||||
XPC::Log::WriteLine(LOG_INFO, "EXEC", "Plugin Start");
|
XPC::Log::WriteLine(LOG_INFO, "EXEC", "Plugin Start");
|
||||||
XPC::DataManager::Initialize();
|
XPC::DataManager::Initialize();
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user