One debug message slipped away

This commit is contained in:
King_DuckZ 2020-08-15 15:06:31 +01:00
parent 5e7d0a33cc
commit 85c240b53d

View file

@ -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