Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Nov 7, 2024
1 parent e01de2e commit ef5e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/discovery/keyspace_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (kss *keyspaceState) ensureConsistentLocked() {
})

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

Expand Down

0 comments on commit ef5e11c

Please sign in to comment.