Skip to content

Commit ff922d8

Browse files
committed
Fix print statement in migrations.go
1 parent 3633c47 commit ff922d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (store *Datastore) applyMigrations(ctx context.Context) error {
6666
fallthrough
6767

6868
case version:
69-
store.logger.Infof("CRDT database format v%d")
69+
store.logger.Infof("CRDT database format v%d", version)
7070
return nil
7171
}
7272
return nil

0 commit comments

Comments
 (0)