Commit d4492a03 authored by Dominik Charousset's avatar Dominik Charousset Committed by Marian Triebe

Fix compilation with logging enabled

parent 9008efc4
......@@ -88,8 +88,9 @@ auto stream_msg_visitor::operator()(stream_msg::open& x) -> result_type {
}
}
}
auto stream_msg_visitor::operator()(stream_msg::close&) -> result_type {
CAF_LOG_TRACE(CAF_ARG(x));
CAF_LOG_TRACE("");
if (i_ != e_) {
i_->second->close_upstream(self_->current_sender());
return {none, i_->second->done() ? i_ : e_};
......
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