]> git.mxchange.org Git - flightgear.git/commitdiff
escalate warning for the ugly data hack
authormfranz <mfranz>
Fri, 30 Jan 2009 16:19:24 +0000 (16:19 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 1 Feb 2009 22:44:10 +0000 (23:44 +0100)
src/Main/globals.cxx

index 782a229a88a7498568d031ae670bd5a6192dc489..c80053fe5554d1ce5cebdfb86a5d0956f8880e80 100644 (file)
@@ -169,7 +169,7 @@ void FGGlobals::set_fg_root (const string &root) {
     tmp.append( "version" );
     if ( ulFileExists( tmp.c_str() ) ) {
         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 << '\'');
     }