]> git.mxchange.org Git - simgear.git/commitdiff
d'oh ... beautify the TRACE message that we actually see! :-}
authormfranz <mfranz>
Tue, 19 Jun 2007 18:22:32 +0000 (18:22 +0000)
committermfranz <mfranz>
Tue, 19 Jun 2007 18:22:32 +0000 (18:22 +0000)
simgear/props/props.cxx

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