diff options
author | Josh Blum | 2012-09-15 13:07:21 -0400 |
---|---|---|
committer | Josh Blum | 2012-09-15 13:07:21 -0400 |
commit | 052d953abfe9183b1ac5384d0ca494c1162b2cef (patch) | |
tree | 276d579a30e87428aea168a82e3e0f5524c7d8b2 /lib/block_handlers.cpp | |
parent | f91c377f1636afb42cadea0da5f34cef545d1ef2 (diff) | |
download | sandhi-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.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) |