From 295943d8d146cda41e64612da439bb66a1918d84 Mon Sep 17 00:00:00 2001 From: nyiyui <+@nyiyui.ca> Date: Mon, 2 Oct 2023 23:53:41 -0400 Subject: [PATCH] debug --- cs/central.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cs/central.go b/cs/central.go index 0cdb931..9af735b 100644 --- a/cs/central.go +++ b/cs/central.go @@ -10,6 +10,7 @@ func (s *CentralSource) copyCC(tokenNetworks map[string]string) (*central.Config defer s.ccLock.RUnlock() cc := s.cc networks := map[string]*central.Network{} + util.S.Warnf("debug: tokenNetworks: %#v", tokenNetworks) for cnn, cn := range cc.Networks { me, ok := tokenNetworks[cnn] if !ok {