X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScripting%2FNasalModelData.cxx;h=4d0bda95cb55ddf17087d00c85427b840613e17e;hb=ce09c320d32728dd9c5eb0d6b4ab9f4683242cbc;hp=02e4d0ad5302fd3c2db248d54893e5743e054596;hpb=d27919cd16e18e828b4d09abf9d9cae96b205653;p=flightgear.git diff --git a/src/Scripting/NasalModelData.cxx b/src/Scripting/NasalModelData.cxx index 02e4d0ad5..4d0bda95c 100644 --- a/src/Scripting/NasalModelData.cxx +++ b/src/Scripting/NasalModelData.cxx @@ -5,6 +5,7 @@ #include #include +#include #include #include @@ -84,7 +85,9 @@ FGNasalModelData::FGNasalModelData( SGPropertyNode *root, ( SG_NASAL, SG_INFO, - "New model with attached script(s) (branch = " << branch << ")" + "New model with attached script(s) " + "(branch = " << branch << "," + " path = " << simgear::getNodePathString(branch) << ")" ); }