1
0
Fork 0

Final log-class cleanup (httpd comes in another commit)

yes, I will use grep next time :-/
This commit is contained in:
Torsten Dreyer 2014-05-20 23:12:34 +02:00
parent c187dab625
commit a5c39e3009
2 changed files with 2 additions and 2 deletions

View 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;
}

View 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
{