fix typo in warning message
This commit is contained in:
parent
4529449b83
commit
4516233b7b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void FGATCMain::init_config() {
|
||||||
atcsim_config.append( ".fgfs-atc610x.xml" );
|
atcsim_config.append( ".fgfs-atc610x.xml" );
|
||||||
try {
|
try {
|
||||||
SG_LOG(SG_GENERAL, SG_ALERT,
|
SG_LOG(SG_GENERAL, SG_ALERT,
|
||||||
"Warning: loading depricated config file: " <<
|
"Warning: loading deprecated config file: " <<
|
||||||
atcsim_config.str() );
|
atcsim_config.str() );
|
||||||
readProperties( atcsim_config.str(), globals->get_props() );
|
readProperties( atcsim_config.str(), globals->get_props() );
|
||||||
} catch (const sg_exception &e) {
|
} catch (const sg_exception &e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue