Commit 48390d6a authored by Dominik Charousset's avatar Dominik Charousset

Silence warning in io::manager

parent b749cc1f
...@@ -63,6 +63,9 @@ void manager::detach(execution_unit*, bool invoke_disconnect_message) { ...@@ -63,6 +63,9 @@ void manager::detach(execution_unit*, bool invoke_disconnect_message) {
case im_skipped: case im_skipped:
raw_ptr->push_to_cache(std::move(mptr)); raw_ptr->push_to_cache(std::move(mptr));
break; break;
case im_dropped:
CAF_LOG_INFO("broker dropped disconnect message");
break;
} }
} }
} }
......
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