FGNasalModelData: also log path of model.
This commit is contained in:
parent
d27919cd16
commit
b35119d408
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include <simgear/math/SGMath.hxx>
|
#include <simgear/math/SGMath.hxx>
|
||||||
#include <simgear/nasal/cppbind/Ghost.hxx>
|
#include <simgear/nasal/cppbind/Ghost.hxx>
|
||||||
|
#include <simgear/scene/util/OsgDebug.hxx>
|
||||||
#include <simgear/scene/util/OsgMath.hxx>
|
#include <simgear/scene/util/OsgMath.hxx>
|
||||||
#include <simgear/debug/logstream.hxx>
|
#include <simgear/debug/logstream.hxx>
|
||||||
|
|
||||||
|
@ -84,7 +85,9 @@ FGNasalModelData::FGNasalModelData( SGPropertyNode *root,
|
||||||
(
|
(
|
||||||
SG_NASAL,
|
SG_NASAL,
|
||||||
SG_INFO,
|
SG_INFO,
|
||||||
"New model with attached script(s) (branch = " << branch << ")"
|
"New model with attached script(s) "
|
||||||
|
"(branch = " << branch << ","
|
||||||
|
" path = " << simgear::getNodePathString(branch) << ")"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue