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