From b35119d4088061dea685f1a444ee604d40b08657 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Thu, 17 Oct 2013 13:29:38 +0200 Subject: [PATCH] FGNasalModelData: also log path of model. --- src/Scripting/NasalModelData.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) << ")" ); } -- 2.39.5