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

sched/backfill - add more logging

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