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

BGQ - Fix incorrect num of variables in print statement

parent 8fbf913b
No related branches found
No related tags found
No related merge requests found
......@@ -2054,8 +2054,7 @@ extern bitstr_t *select_p_step_pick_nodes(struct job_record *job_ptr,
step_jobinfo->ionode_str);
info("select_p_step_pick_nodes: new step for job %u "
"will be running on %s relative %s",
job_ptr->job_id, bg_record->bg_block_id, tmp_char,
rel_str);
job_ptr->job_id, tmp_char, rel_str);
xfree(tmp_char);
}
step_jobinfo->cnode_cnt = node_count;
......
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