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

fix typo

parent 95a1c0c5
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ extern int bridge_handle_input_errors(const char *function, const uint32_t err, ...@@ -113,7 +113,7 @@ extern int bridge_handle_input_errors(const char *function, const uint32_t err,
break; break;
case bgsched::InputErrors::InvalidBlockName: case bgsched::InputErrors::InvalidBlockName:
/* Not real error */ /* Not real error */
rc = BG_BLOCK_NOT_FOUND; rc = BG_ERROR_BLOCK_NOT_FOUND;
error("%s: Bad block name %s!", error("%s: Bad block name %s!",
function, bg_record->bg_block_id); function, bg_record->bg_block_id);
break; break;
......
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