Skip to content

Commit

Permalink
fix another log line
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Oct 26, 2024
1 parent 885d7bc commit ad8a458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/discovery/keyspace_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ func (kss *keyspaceState) ensureConsistentLocked() {
Serving: sstate.serving,
})

log.Infof("keyspace event resolved: %s/%s is now consistent (serving: %v)",
/*log.Infof("keyspace event resolved: %s/%s is now consistent (serving: %v)",
sstate.target.Keyspace, sstate.target.Keyspace,
sstate.serving,
)
)*/

if !sstate.serving {
delete(kss.shards, shard)
Expand Down

0 comments on commit ad8a458

Please sign in to comment.