degrade FGNasalModelData log message from SG_ALERT to SG_WARN
This commit is contained in:
parent
c39a994c82
commit
539c1891d3
1 changed files with 3 additions and 3 deletions
|
@ -362,7 +362,7 @@ static naRef f_directory(naContext c, naRef me, int argc, naRef* args)
|
|||
// Parse XML file.
|
||||
// parsexml(<path> [, <start-tag> [, <end-tag> [, <data> [, <pi>]]]]);
|
||||
//
|
||||
// <path> ... absolute path of an XML file
|
||||
// <path> ... absolute path to an XML file
|
||||
// <start-tag> ... callback function with two args: tag name, attribute hash
|
||||
// <end-tag> ... callback function with one arg: tag name
|
||||
// <data> ... callback function with one arg: data
|
||||
|
@ -935,7 +935,7 @@ FGNasalModelData::~FGNasalModelData()
|
|||
return;
|
||||
|
||||
if(!nasalSys) {
|
||||
SG_LOG(SG_NASAL, SG_ALERT, "Trying to run an <unload> script "
|
||||
SG_LOG(SG_NASAL, SG_WARN, "Trying to run an <unload> script "
|
||||
"without Nasal subsystem present.");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue