]> git.mxchange.org Git - simgear.git/commitdiff
beautify TRACE message
authormfranz <mfranz>
Tue, 19 Jun 2007 18:11:06 +0000 (18:11 +0000)
committermfranz <mfranz>
Tue, 19 Jun 2007 18:11:06 +0000 (18:11 +0000)
simgear/props/props.cxx

index c0f2119d78aaabb93ff388d3e98a9a3828310384..c198ee1720369124aebeac0d157c590548d01930 100644 (file)
@@ -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()