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

change log messsage for greater clarity

parent 2893af3d
No related branches found
No related tags found
No related merge requests found
...@@ -666,7 +666,8 @@ static int _start_job(struct job_record *job_ptr, bitstr_t *resv_bitmap) ...@@ -666,7 +666,8 @@ static int _start_job(struct job_record *job_ptr, bitstr_t *resv_bitmap)
launch_job(job_ptr); launch_job(job_ptr);
backfilled_jobs++; backfilled_jobs++;
#if __DEBUG #if __DEBUG
info("backfill: Jobs backfilled: %d", backfilled_jobs); info("backfill: Jobs backfilled since boot: %d",
backfilled_jobs);
#endif #endif
} else if ((job_ptr->job_id != fail_jobid) && } else if ((job_ptr->job_id != fail_jobid) &&
(rc != ESLURM_ACCOUNTING_POLICY)) { (rc != ESLURM_ACCOUNTING_POLICY)) {
......
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