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

BGQ - added debug statement

parent 4ac92784
No related branches found
No related tags found
No related merge requests found
......@@ -729,6 +729,7 @@ extern int bridge_block_boot(bg_record_t *bg_record)
}
try {
debug("booting block %s", bg_record->bg_block_id);
Block::initiateBoot(bg_record->bg_block_id);
} catch (const bgsched::RuntimeException& err) {
rc = bridge_handle_runtime_errors("Block::initiateBoot",
......
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