Skip to content

Commit

Permalink
syz-ci: log the start of the job loop
Browse files Browse the repository at this point in the history
This should help diagnose problems when several loops should have
started.
  • Loading branch information
a-nogikh committed Feb 1, 2023
1 parent 3c726d4 commit 16d19e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syz-ci/jobs.go
Expand Up @@ -144,6 +144,7 @@ func (jm *JobManager) resetJobs() error {
}

func (jp *JobProcessor) loop(stop chan struct{}) {
jp.Logf(0, "job loop started")
loop:
for {
// Check jp.stop separately first, otherwise if stop signal arrives during a job execution,
Expand Down

0 comments on commit 16d19e3

Please sign in to comment.