diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index c0f2119d..c198ee17 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -595,7 +595,7 @@ void SGPropertyNode::trace_write () const { #if PROPS_STANDALONE - cerr << "TRACE: Write node " << getPath () << ", value\"" + cerr << "TRACE: Write node " << getPath () << ", value \"" << make_string() << '"' << endl; #else SG_LOG(SG_GENERAL, SG_ALERT, "TRACE: Write node " << getPath()