Skip to content
Snippets Groups Projects
Commit 0fe9e217 authored by Moe Jette's avatar Moe Jette
Browse files

Modify a log message to add more information for greater clarity.

parent 938ff245
No related branches found
No related tags found
No related merge requests found
...@@ -2805,7 +2805,8 @@ extern int job_test_resv(struct job_record *job_ptr, time_t *when, ...@@ -2805,7 +2805,8 @@ extern int job_test_resv(struct job_record *job_ptr, time_t *when,
if (slurm_get_debug_flags() & DEBUG_FLAG_RESERVATION) { if (slurm_get_debug_flags() & DEBUG_FLAG_RESERVATION) {
char *nodes=bitmap2node_name(*node_bitmap); char *nodes=bitmap2node_name(*node_bitmap);
info("nodes:%s", nodes); info("job_test_resv: job:%u reservation:%s nodes:%s",
job_ptr->job_id, nodes, job_ptr->resv_name);
xfree(nodes); xfree(nodes);
} }
return SLURM_SUCCESS; return SLURM_SUCCESS;
......
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