projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3bf19
)
beautify TRACE message
author
mfranz
<mfranz>
Tue, 19 Jun 2007 18:11:06 +0000
(18:11 +0000)
committer
mfranz
<mfranz>
Tue, 19 Jun 2007 18:11:06 +0000
(18:11 +0000)
simgear/props/props.cxx
patch
|
blob
|
history
diff --git
a/simgear/props/props.cxx
b/simgear/props/props.cxx
index c0f2119d78aaabb93ff388d3e98a9a3828310384..c198ee1720369124aebeac0d157c590548d01930 100644
(file)
--- a/
simgear/props/props.cxx
+++ b/
simgear/props/props.cxx
@@
-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()