Commit b8b9faae authored by Dominik Charousset's avatar Dominik Charousset

Fix error when building with log level

parent 57117e3c
...@@ -89,7 +89,7 @@ class event_based_resume { ...@@ -89,7 +89,7 @@ class event_based_resume {
}; };
// actors without behavior or that have already defined // actors without behavior or that have already defined
// an exit reason must not be resumed // an exit reason must not be resumed
CAF_REQUIRE(!d->m_initialized CAF_REQUIRE(!d->is_initialized()
|| (!d->bhvr_stack().empty() || (!d->bhvr_stack().empty()
&& d->planned_exit_reason() == exit_reason::not_exited)); && d->planned_exit_reason() == exit_reason::not_exited));
try { try {
......
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