Skip to content

Commit

Permalink
add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Feb 25, 2024
1 parent 845dfc4 commit 3885853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cs/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func (c *CentralSource) sync(cl *rpc2.Client, q *api.SyncQ, s *api.SyncS) error

// Nodes will retry pulling when sync is done (if err == nil then with a
// zeroed backoff), so return when we want the Nodes to resync.
util.S.Infof("token %s: resync (marker)", ti.Name)
return nil
}

Expand Down

0 comments on commit 3885853

Please sign in to comment.