Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Apr 4, 2023
1 parent 9a25989 commit 1feb1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,7 @@ func getStoreBootstrapVersion(store kv.Storage) int64 {
storeBootstrapped[store.UUID()] = true
}
logutil.BgLogger().Info("DEBUG=== got bootstrapped flag from kv",
zap.Int64("ver", currentBootstrapVersion), zap.String("store", store.UUID()))
zap.Int64("ver", ver), zap.String("store", store.UUID()))

return ver
}
Expand Down

0 comments on commit 1feb1af

Please sign in to comment.