From: mfranz Date: Tue, 19 Jun 2007 18:11:06 +0000 (+0000) Subject: beautify TRACE message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0c325681f6c155d5f0346d0c17ef5cc2eaa330b;p=simgear.git beautify TRACE message --- 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()