summaryrefslogtreecommitdiff
path: root/lib/task_done.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/task_done.cpp')
-rw-r--r--lib/task_done.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task_done.cpp b/lib/task_done.cpp
index f25810e..87129ea 100644
--- a/lib/task_done.cpp
+++ b/lib/task_done.cpp
@@ -62,7 +62,7 @@ void BlockActor::mark_done(void)
worker->post_downstream(i, InputCheckMessage());
}
- if (ARMAGEDDON) std::cerr
+ if (DONE_PRINTS) std::cerr
<< "==================================================\n"
<< "== The " << name << " is done...\n"
<< "==================================================\n"