Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Oct 3, 2023
1 parent e1fe0a3 commit 295943d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cs/central.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 295943d

Please sign in to comment.