summaryrefslogtreecommitdiff
path: root/lib/block_handlers.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_handlers.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_handlers.cpp')
-rw-r--r--lib/block_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 243d158..d61a7e2 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -25,7 +25,7 @@ void ElementImpl::handle_block_msg(
const tsbe::TaskInterface &task_iface,
const tsbe::Wax &msg
){
- if (MESSAGE) std::cout << "handle_block_msg (" << msg.type().name() << ") " << name << std::endl;
+ if (MESSAGE) std::cerr << "handle_block_msg (" << msg.type().name() << ") " << name << std::endl;
//a buffer has returned from the downstream
//(all interested consumers have finished with it)