diff --git a/wakuv2/waku.go b/wakuv2/waku.go index 5b5085554..d2235488d 100644 --- a/wakuv2/waku.go +++ b/wakuv2/waku.go @@ -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()