]> git.mxchange.org Git - flightgear.git/commitdiff
Final log-class cleanup (httpd comes in another commit)
authorTorsten Dreyer <torsten@t3r.de>
Tue, 20 May 2014 21:12:34 +0000 (23:12 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Tue, 20 May 2014 21:12:34 +0000 (23:12 +0200)
yes, I will use grep next time :-/

src/Instrumentation/instrument_mgr.cxx
src/Main/fg_init.cxx

index 44d6366838b740fc772d8b4090ff3708d6374aa4..5b56f978016b7dbcf22a9d5c344e58b0e3694be3 100644 (file)
@@ -222,7 +222,7 @@ bool FGInstrumentMgr::build (SGPropertyNode* config_props)
             set_subsystem( id, new TCAS( node ), 0.2);
             
         } else {
-            SG_LOG( SG_ALL, SG_ALERT, "Unknown top level section: "
+            SG_LOG( SG_INSTR, SG_ALERT, "Unknown top level section: "
                     << name );
             return false;
         }
index 4b7e5b6fd0ab2ef8a3adc8a97159c7223febf9a5..b94a73cf9cd2466219b8c2fcd97a5670e95df7c0 100644 (file)
@@ -465,7 +465,7 @@ int fgInitConfig ( int argc, char **argv, bool reinit )
       // told to explicitly ignore
       if (options->isOptionSet("restore-defaults") || options->isOptionSet("ignore-autosave"))
       {
-          SG_LOG(SG_ALL, SG_ALERT, "Ignoring user settings. Restoring defaults.");
+          SG_LOG(SG_GENERAL, SG_ALERT, "Ignoring user settings. Restoring defaults.");
       }
       else
       {