We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3633c47 commit ff922d8Copy full SHA for ff922d8
migrations.go
@@ -66,7 +66,7 @@ func (store *Datastore) applyMigrations(ctx context.Context) error {
66
fallthrough
67
68
case version:
69
- store.logger.Infof("CRDT database format v%d")
+ store.logger.Infof("CRDT database format v%d", version)
70
return nil
71
}
72
0 commit comments