更新 'src/Main/main.cxx'

This commit is contained in:
zhongjin 2022-11-10 16:11:03 +08:00
parent e642432901
commit f776f5c703

View File

@ -571,7 +571,7 @@ int fgMainInit( int argc, char **argv )
auto initHomeResult = fgInitHome();
if (initHomeResult == InitHomeAbort) {
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)
@ -631,8 +631,8 @@ int fgMainInit( int argc, char **argv )
}
std::string version(FLIGHTGEAR_VERSION);
SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Version " << version );
SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Build Type " << FG_BUILD_TYPE );
SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Version " << version );
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, "Jenkins number/ID " << JENKINS_BUILD_NUMBER << ":"
<< JENKINS_BUILD_ID);