Apply suggestion to internal/store/event_loop.go

This commit is contained in:
James Houlahan 2020-04-17 09:09:35 +00:00 committed by Jakub Cuth
parent 341a6501e6
commit 1c83cc9754
1 changed files with 1 additions and 1 deletions

View File

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