Final log-class cleanup (httpd comes in another commit)
yes, I will use grep next time :-/
This commit is contained in:
parent
c187dab625
commit
a5c39e3009
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue