Skip to content
Snippets Groups Projects
Commit 1918ada0 authored by jce's avatar jce
Browse files

slight naming convention change

parent 385361cd
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ print_job (char * job_id_str)
if (job_id_str && job_id != job_ptr[i].job_id)
continue;
print_cnt++;
slurm_print_job_table (stdout, & job_ptr[i] ) ;
slurm_print_job_info (stdout, & job_ptr[i] ) ;
if (job_id_str)
break;
}
......
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