Skip to content

Commit

Permalink
Update mvcc/downgrade.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>
  • Loading branch information
siyuanfoundation and serathius committed Feb 15, 2024
1 parent 4b197f6 commit b92975c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvcc/downgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func downgradeMetaBucket(lg *zap.Logger, tx backend.BatchTx) {
if lg != nil {
lg.Info(
"downgrade meta bucket",
zap.String("remove-keys", string(confStateKeyName)+","+string(termKeyName)),
zap.ByteStrings("remove-keys", [][]byte{confStateKeyName, termKeyName}),
)
} else {
plog.Printf("downgrade meta bucket: remove keys [%s, %s]", string(confStateKeyName), string(termKeyName))
Expand Down

0 comments on commit b92975c

Please sign in to comment.