diff --git a/src/slurmctld/node_scheduler.c b/src/slurmctld/node_scheduler.c index 46efc724064d43b8cdc4c03626ca141bfc0f3367..2341832449ebf80b9b05f57d20668376dd376c0a 100644 --- a/src/slurmctld/node_scheduler.c +++ b/src/slurmctld/node_scheduler.c @@ -802,7 +802,7 @@ int select_nodes(struct job_record *job_ptr, bool test_only) shared, part_ptr->max_nodes); if (error_code) { if (error_code == ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE) { - debug3("job %u not runnable with present config", + debug3("JobId=%u not runnable with present config", job_ptr->job_id); job_ptr->priority = 1; /* Move to end of queue */ }