summaryrefslogtreecommitdiff
path: root/lib/block_task.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-15 13:07:21 -0400
committerJosh Blum2012-09-15 13:07:21 -0400
commit052d953abfe9183b1ac5384d0ca494c1162b2cef (patch)
tree276d579a30e87428aea168a82e3e0f5524c7d8b2 /lib/block_task.cpp
parentf91c377f1636afb42cadea0da5f34cef545d1ef2 (diff)
downloadsandhi-052d953abfe9183b1ac5384d0ca494c1162b2cef.tar.gz
sandhi-052d953abfe9183b1ac5384d0ca494c1162b2cef.tar.bz2
sandhi-052d953abfe9183b1ac5384d0ca494c1162b2cef.zip
use cerr for all of the debug prints
Diffstat (limited to 'lib/block_task.cpp')
-rw-r--r--lib/block_task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_task.cpp b/lib/block_task.cpp
index cddfb97..3b7e0e9 100644
--- a/lib/block_task.cpp
+++ b/lib/block_task.cpp
@@ -64,7 +64,7 @@ void ElementImpl::mark_done(const tsbe::TaskInterface &task_iface)
task_iface.post_downstream(i, CheckTokensMessage());
}
- if (ARMAGEDDON) std::cout
+ if (ARMAGEDDON) std::cerr
<< "==================================================\n"
<< "== The " << name << " is done...\n"
<< "==================================================\n"