One debug message slipped away
This commit is contained in:
parent
5e7d0a33cc
commit
85c240b53d
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ void test(oro::Api* api, oro::OriginsDB* db, std::size_t thread_count) {
|
|||
auto timer_creat = worker.make_event<TimerCreators>(2.0, &pool, api, db);
|
||||
|
||||
worker.wait();
|
||||
#if !defined(NDEBUG)
|
||||
std::cout << "all tasks completed\n";
|
||||
#endif
|
||||
}
|
||||
} //namespace duck
|
||||
|
|
Loading…
Reference in a new issue