Apply suggestion to internal/store/event_loop.go

This commit is contained in:
Jakub Cuth 2020-04-17 10:55:19 +00:00
parent c6f32192b9
commit 9072f84646
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ func (loop *eventLoop) processMessages(eventLog *logrus.Entry, messages []*pmapi
msgLog.Debug("Processing EventUpdate(Flags) for message")
if message.Updated == nil {
msgLog.Warn("Got EventUpdate(Flags) with nil message")
msgLog.Error("Got EventUpdate(Flags) with nil message")
continue
}