Commit 8c2fcff6 authored by Dominik Charousset's avatar Dominik Charousset

Log exec_all in I/O dsl

parent 0665e721
......@@ -176,6 +176,7 @@ public:
// accept all pending connections, and running all broker and regular actor
// messages.
void exec_all() {
CAF_LOG_TRACE("");
exec_all_fixtures(std::begin(planets_), std::end(planets_));
}
......
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