1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-04-26 18:48:49 +08:00
parent 6730dfc58e
commit 856e65c9dd
3 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ func (scheduler *SchedulerFair) Start() {
jm.start()
}()
} else {
log.Info("No more jobs to scheduling", time.Now())
log.Debug("No more jobs to scheduling", time.Now())
scheduler.schedulingMu.Lock()
scheduler.schedulingJobsCnt--
scheduler.schedulingMu.Unlock()