We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7e938 commit 28c6fa9Copy full SHA for 28c6fa9
pkg/manager/diff.go
@@ -494,9 +494,11 @@ func (kc *kernelContext) Loop(baseCtx context.Context) error {
494
eg, ctx := errgroup.WithContext(baseCtx)
495
kc.ctx = ctx
496
eg.Go(func() error {
497
+ defer log.Logf(1, "syz-diff (%s): rpc server terminaled", kc.name)
498
return kc.serv.Serve(ctx)
499
})
500
501
+ defer log.Logf(1, "syz-diff (%s): pool terminated", kc.name)
502
kc.pool.Loop(ctx)
503
return nil
504
0 commit comments