summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-12-01 00:46:46 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-12-01 00:46:46 (GMT)
commit8e85f09b29ff8c56c26fa69e369080f1d7e09203 (patch)
treef1645b2af10067f316039b720033bef141a80ad6 /src/node.cc
parentbcc6120f9b7ce4187c56e0f83dd021674ccdec80 (diff)
parent24d7edd8cab9cf359ccd89bf88bf7a55e2cfc21b (diff)
Merge remote branch 'upstream/master' into cakebaby
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node.cc b/src/node.cc
index a4d70be..eccb9a6 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -96,6 +96,8 @@ void AbstractNode::progress_report() const
std::ostream &operator<<(std::ostream &stream, const AbstractNode &node)
{
+ // FIXME: Don't use deep access to modinst members
+ if (node.modinst->tag_background) stream << "%";
stream << node.toString();
return stream;
}
contact: Jan Huwald // Impressum