Commit 19e34924 authored by Dominik Charousset's avatar Dominik Charousset

fixed logging issue

parent 7498d3de
...@@ -73,8 +73,7 @@ class event_based_resume { ...@@ -73,8 +73,7 @@ class event_based_resume {
execution_unit* host) override { execution_unit* host) override {
auto d = static_cast<Derived*>(this); auto d = static_cast<Derived*>(this);
d->m_host = host; d->m_host = host;
CPPA_LOG_TRACE("id = " << d->id() CPPA_LOG_TRACE("id = " << d->id());
<< ", state = " << static_cast<int>(d->state()));
auto done_cb = [&]() -> bool { auto done_cb = [&]() -> bool {
CPPA_LOG_TRACE(""); CPPA_LOG_TRACE("");
d->bhvr_stack().clear(); d->bhvr_stack().clear();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment