Commit 16b8ba5a authored by Dominik Charousset's avatar Dominik Charousset

Fix logging of ack_open in stream_msg_visitor

parent 37652efa
...@@ -111,7 +111,7 @@ auto stream_msg_visitor::operator()(stream_msg::ack_open& x) -> result_type { ...@@ -111,7 +111,7 @@ auto stream_msg_visitor::operator()(stream_msg::ack_open& x) -> result_type {
self_->current_sender(), d, false), self_->current_sender(), d, false),
i_}; i_};
} }
CAF_LOG_DEBUG("received stream_msg::ok for unknown stream"); CAF_LOG_WARNING("received stream_msg::ack_open for unknown stream");
return {sec::unexpected_message, e_}; return {sec::unexpected_message, 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