Skip to content
Snippets Groups Projects
Commit 5d60a0ba authored by Morris Jette's avatar Morris Jette
Browse files

sched/backfill - add more logging

parent cb0acc8f
No related branches found
No related tags found
No related merge requests found
......@@ -619,6 +619,8 @@ static int _attempt_backfill(void)
START_TIMER;
if (debug_flags & DEBUG_FLAG_BACKFILL)
info("backfill: beginning");
else
debug("backfill: beginning");
sched_start = now = time(NULL);
if (slurm_get_root_filter())
......
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