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

BLUEGENE - minor debug change

parent 8501c6ed
No related branches found
No related tags found
No related merge requests found
......@@ -388,11 +388,11 @@ static bg_record_t *_find_matching_block(List block_list,
(float)bg_record->cpu_cnt,
tmp_char,
sizeof(tmp_char), UNIT_NONE);
info("block %s CPU count (%s) "
"not suitable %u-%u %u",
info("block %s CPU count (%u) "
"not suitable, asking for %u-%u",
bg_record->bg_block_id,
tmp_char, request->procs, max_cpus,
bg_record->cpu_cnt);
bg_record->cpu_cnt, request->procs,
max_cpus);
}
continue;
}
......
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