From a0c325681f6c155d5f0346d0c17ef5cc2eaa330b Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 19 Jun 2007 18:11:06 +0000 Subject: [PATCH] beautify TRACE message --- simgear/props/props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5