yes, I will use grep next time :-/
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;
}
// 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
{