From: mfranz Date: Wed, 9 Jul 2008 17:31:55 +0000 (+0000) Subject: write-protection warning: use simplified path X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38456bddb50a961b46598385af8bdf2532ea1698;p=simgear.git write-protection warning: use simplified path --- 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; }