Skip to content
Snippets Groups Projects
Commit 5698ebff authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - typo fix

parent 47ae923e
No related branches found
No related tags found
No related merge requests found
...@@ -394,7 +394,7 @@ extern int bg_free_block(bg_record_t *bg_record, bool wait, bool locked) ...@@ -394,7 +394,7 @@ extern int bg_free_block(bg_record_t *bg_record, bool wait, bool locked)
bg_record->state = BG_BLOCK_TERM; bg_record->state = BG_BLOCK_TERM;
#endif #endif
} else { } else {
error("bridge_block_remove" error("bridge_block_free"
"(%s): %s State = %d", "(%s): %s State = %d",
bg_record->bg_block_id, bg_record->bg_block_id,
bg_err_str(rc), bg_err_str(rc),
......
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