Merge pull request #7613 from hunjixin/feat/add_log_windows_restart

add log for restart windows post scheduler
This commit is contained in:
Łukasz Magiera 2021-11-11 15:27:30 +00:00 committed by GitHub
commit e196a81e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ func (s *WindowPoStScheduler) Run(ctx context.Context) {
} }
gotCur = false gotCur = false
log.Info("restarting window post scheduler")
} }
select { select {