escalate warning for the ugly data hack
This commit is contained in:
parent
c366a445c5
commit
aa0dccf1e1
1 changed files with 1 additions and 1 deletions
|
@ -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 << '\'');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue