From 38456bddb50a961b46598385af8bdf2532ea1698 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 9 Jul 2008 17:31:55 +0000 Subject: [PATCH] write-protection warning: use simplified path --- simgear/props/props_io.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/props/props_io.cxx b/simgear/props/props_io.cxx index 88d4c370..e080db56 100644 --- a/simgear/props/props_io.cxx +++ b/simgear/props/props_io.cxx @@ -192,7 +192,7 @@ PropsVisitor::startElement (const char * name, const XMLAttributes &atts) SGPropertyNode * node = st.node->getChild(name, index, true); if (!node->getAttribute(SGPropertyNode::WRITE)) { SG_LOG(SG_INPUT, SG_ALERT, "Not overwriting write-protected property " - << node->getPath()); + << node->getPath(true)); node = &null; } -- 2.39.5