1
0
Fork 0

escalate warning for the ugly data hack

This commit is contained in:
mfranz 2009-01-30 16:19:24 +00:00 committed by Tim Moore
parent c366a445c5
commit aa0dccf1e1

View file

@ -169,7 +169,7 @@ void FGGlobals::set_fg_root (const string &root) {
tmp.append( "version" ); tmp.append( "version" );
if ( ulFileExists( tmp.c_str() ) ) { if ( ulFileExists( tmp.c_str() ) ) {
fg_root += "/data"; fg_root += "/data";
SG_LOG(SG_GENERAL, SG_WARN, "Warning: changing bad FG_ROOT/--fg-root to '" SG_LOG(SG_GENERAL, SG_ALERT, "Warning: changing bad FG_ROOT/--fg-root to '"
<< fg_root << '\''); << fg_root << '\'');
} }