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

Fix incorrect reference.

parent 5cf760f0
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ int switch_p_build_jobinfo(switch_jobinfo_t *switch_job,
error("(%s: %d: %s) list_str_to_array returned count %"
PRIu32 "does not match expected count %d",
THIS_FILE, __LINE__,
__FUNCTION__, cnt, job->step_layout->node_cnt);
__FUNCTION__, cnt, step_layout->node_cnt);
}
/*
......
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