From 1494ebb96f321eb581decc5be19cbed94ef7feca Mon Sep 17 00:00:00 2001 From: Fabiana Cecin Date: Mon, 1 Jun 2026 12:09:17 -0300 Subject: [PATCH] Remove leaked abstraction topic (pubsub topic) vs. shard Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- waku/node/subscription_manager.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waku/node/subscription_manager.nim b/waku/node/subscription_manager.nim index 0cac87073..eaafa11c3 100644 --- a/waku/node/subscription_manager.nim +++ b/waku/node/subscription_manager.nim @@ -35,8 +35,8 @@ proc registerRelayHandler( if not alreadySubscribed or not node.legacyAppHandlers.hasKey(shard): node.legacyAppHandlers[shard] = appHandler else: - debug "Legacy appHandler already exists for active PubsubTopic, ignoring new handler", - topic = shard + debug "Legacy appHandler already exists for active shard, ignoring new handler", + shard if alreadySubscribed: return false