diff --git a/notifier/notifier.go b/notifier/notifier.go index cd81a20d6..6dd11c0bc 100644 --- a/notifier/notifier.go +++ b/notifier/notifier.go @@ -219,7 +219,7 @@ func (notifier *StandardNotifier) runSender(sender moira.Sender, ch chan Notific } logEvent := log.Info() - if plots == nil { + if plots != nil { logEvent.Int64(moira.LogFieldNamePlotsBuildDuration, plotsBuildDuration) } logEvent.