Commit f5fdb730 authored by Dominik Charousset's avatar Dominik Charousset

Fix indentation

parent d67fbabf
......@@ -330,7 +330,8 @@ void basp_broker_state::learned_new_node(const node_id& nid) {
if (!instance.dispatch(self->context(), tmp_ptr, stages, nid,
static_cast<uint64_t>(atom("SpawnServ")),
basp::header::named_receiver_flag, make_message_id(),
make_message(sys_atom::value, get_atom::value, "info"))) {
make_message(sys_atom::value, get_atom::value,
"info"))) {
CAF_LOG_ERROR("learned_new_node called, but no route to remote node"
<< CAF_ARG(nid));
}
......
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