Skip to content

Commit

Permalink
fix using improper index
Browse files Browse the repository at this point in the history
  • Loading branch information
shaitan committed Aug 19, 2016
1 parent cf70a80 commit 4bbc576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/route.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int dnet_cmd_join_client(struct dnet_net_state *st, struct dnet_cmd *cmd,
i, id_container->backends_count,
j, backend->ids_count, cnt->addr_num, idx,
backend->backend_id, backend->group_id,
dnet_dump_id_str(backend->ids[i].id));
dnet_dump_id_str(backend->ids[j].id));
}
}

Expand Down

0 comments on commit 4bbc576

Please sign in to comment.