Skip to content
Snippets Groups Projects
Commit 843cade3 authored by Moe Jette's avatar Moe Jette
Browse files

Fix variable name.

parent 5ad9822f
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ static void _configure_node_down(rm_bp_id_t bp_id, rm_BGL_t *bgl) ...@@ -95,7 +95,7 @@ static void _configure_node_down(rm_bp_id_t bp_id, rm_BGL_t *bgl)
!= STATUS_OK) != STATUS_OK)
error("switch for node %s is bad, could not set down, " error("switch for node %s is bad, could not set down, "
"rm_set_data(RM_BPState): %s", "rm_set_data(RM_BPState): %s",
bgl_down_node, bgl_err_str(rc1)); bgl_down_node, bgl_err_str(rc));
else else
info("switch for node %s is bad, set down", info("switch for node %s is bad, set down",
bgl_down_node); bgl_down_node);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment