forked from Silverfish/proton-bridge
Apply suggestion to internal/store/event_loop.go
This commit is contained in:
committed by
Jakub Cuth
parent
341a6501e6
commit
1c83cc9754
@ -405,7 +405,7 @@ func (loop *eventLoop) processMessages(eventLog *logrus.Entry, messages []*pmapi
|
|||||||
msgLog.Debug("Processing EventCreate for message")
|
msgLog.Debug("Processing EventCreate for message")
|
||||||
|
|
||||||
if message.Created == nil {
|
if message.Created == nil {
|
||||||
msgLog.Warn("Got EventCreate with nil message")
|
msgLog.Error("Got EventCreate with nil message")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user