| Index: go/src/infra/tools/kitchen/cook.go
|
| diff --git a/go/src/infra/tools/kitchen/cook.go b/go/src/infra/tools/kitchen/cook.go
|
| index 00c548af6f733ead62c728424293e1e086248a07..17b41f4757bd7aee2005d4c52ef14555331bff92 100644
|
| --- a/go/src/infra/tools/kitchen/cook.go
|
| +++ b/go/src/infra/tools/kitchen/cook.go
|
| @@ -231,7 +231,7 @@ func (c *cookRun) Run(a subcommands.Application, args []string) (exitCode int) {
|
|
|
| // If we're not using LogDog, send out annotations.
|
| bootstapSuccess := true
|
| - if !c.logdog.active() {
|
| + if !c.logdog.emitAnnotations() {
|
| if c.Timestamps {
|
| annotateTime(ctx)
|
| }
|
|
|