forked from Silverfish/proton-bridge
Apply suggestion to internal/store/event_loop.go
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user