d'oh ... beautify the TRACE message that we actually see! :-}
This commit is contained in:
parent
a0c325681f
commit
e8dc9c9454
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user