diff options
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 2 |
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) |