Commit 66c2f65b authored by Dominik Charousset's avatar Dominik Charousset

Log path rebinding errors in abstract_downstream

parent b21c0235
......@@ -81,6 +81,8 @@ bool abstract_downstream::confirm_path(const strong_actor_ptr& rebind_from,
(*i)->hdl = ptr;
return true;
}
CAF_LOG_INFO("confirming path failed" << CAF_ARG(rebind_from)
<< CAF_ARG(ptr));
return false;
}
......
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