From e8dc9c945493b150bcafb83f0782b17610147bb6 Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 19 Jun 2007 18:22:32 +0000 Subject: [PATCH] d'oh ... beautify the TRACE message that we actually see! :-} --- 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 c198ee17..aa639616 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -599,7 +599,7 @@ SGPropertyNode::trace_write () const << make_string() << '"' << endl; #else SG_LOG(SG_GENERAL, SG_ALERT, "TRACE: Write node " << getPath() - << ", value\"" << make_string() << '"'); + << ", value \"" << make_string() << '"'); #endif } -- 2.39.5