更新 'src/Main/main.cxx'
This commit is contained in:
parent
e642432901
commit
f776f5c703
@ -571,7 +571,7 @@ int fgMainInit( int argc, char **argv )
|
|||||||
auto initHomeResult = fgInitHome();
|
auto initHomeResult = fgInitHome();
|
||||||
if (initHomeResult == InitHomeAbort) {
|
if (initHomeResult == InitHomeAbort) {
|
||||||
flightgear::fatalMessageBoxThenExit("Unable to create lock file",
|
flightgear::fatalMessageBoxThenExit("Unable to create lock file",
|
||||||
"Flightgear was unable to create the lock file in FG_HOME");
|
"FGFS was unable to create the lock file in FG_HOME");
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(HAVE_QT)
|
#if defined(HAVE_QT)
|
||||||
@ -631,8 +631,8 @@ int fgMainInit( int argc, char **argv )
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string version(FLIGHTGEAR_VERSION);
|
std::string version(FLIGHTGEAR_VERSION);
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Version " << version );
|
SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Version " << version );
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Build Type " << FG_BUILD_TYPE );
|
SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Build Type " << FG_BUILD_TYPE );
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "Built with " << SG_COMPILER_STR);
|
SG_LOG( SG_GENERAL, SG_INFO, "Built with " << SG_COMPILER_STR);
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "Jenkins number/ID " << JENKINS_BUILD_NUMBER << ":"
|
SG_LOG( SG_GENERAL, SG_INFO, "Jenkins number/ID " << JENKINS_BUILD_NUMBER << ":"
|
||||||
<< JENKINS_BUILD_ID);
|
<< JENKINS_BUILD_ID);
|
||||||
|
Loading…
Reference in New Issue
Block a user