chore: improve the filters did not match log
This commit is contained in:
parent
d40290a649
commit
76dce0c8a6
|
@ -1222,7 +1222,7 @@ func (w *Waku) processQueue() {
|
|||
|
||||
// If not matched we remove it
|
||||
if !matched {
|
||||
w.logger.Debug("filters did not match", zap.String("hash", e.Hash().String()))
|
||||
w.logger.Debug("filters did not match", zap.String("hash", e.Hash().String()), zap.String("contentTopic", e.Topic.ContentTopic()))
|
||||
w.storeMsgIDsMu.Lock()
|
||||
delete(w.storeMsgIDs, e.Hash())
|
||||
w.storeMsgIDsMu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue