beautify TRACE message

This commit is contained in:
mfranz
2007-06-19 18:11:06 +00:00
parent 8d3bf19422
commit a0c325681f

View 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()