summaryrefslogtreecommitdiff
path: root/lib/top_block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r--lib/top_block.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp
index f3e1fc8..3231055 100644
--- a/lib/top_block.cpp
+++ b/lib/top_block.cpp
@@ -33,7 +33,7 @@ TopBlock::TopBlock(const std::string &name):
(*this)->executor = tsbe::Executor(config);
(*this)->token = Token::make();
(*this)->thread_group = SharedThreadGroup(new boost::thread_group());
- if (GENESIS) std::cout
+ if (GENESIS) std::cerr
<< "===================================================\n"
<< "== Top Block Created: " << name << "\n"
<< "===================================================\n"
@@ -45,7 +45,7 @@ void ElementImpl::top_block_cleanup(void)
TopBlockMessage event;
event.what = TopBlockMessage::INERT;
this->executor.post_msg(event);
- if (ARMAGEDDON) std::cout
+ if (ARMAGEDDON) std::cerr
<< "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n"
<< "xx Top Block Destroyed: " << name << "\n"
<< "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n"