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

BGQ - better debug message

parent 1687c77d
No related branches found
No related tags found
No related merge requests found
......@@ -700,9 +700,9 @@ extern int bridge_block_boot(bg_record_t *bg_record)
try {
std::vector<std::string> mp_vec;
if (!Block::isIOConnected(bg_record->bg_block_id, &mp_vec)) {
error("block %s is not IOConnected, "
"contact your admin. Midplanes not "
"connected are ...", bg_record->bg_block_id);
error("Block %s is not IOConnected, "
"contact your admin. Hardware not "
"connected ...", bg_record->bg_block_id);
BOOST_FOREACH(const std::string& mp, mp_vec) {
error("%s", mp.c_str());
}
......
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