Skip to content

Commit

Permalink
Fix print statement in migrations.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Nov 28, 2024
1 parent 3633c47 commit ff922d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (store *Datastore) applyMigrations(ctx context.Context) error {
fallthrough

case version:
store.logger.Infof("CRDT database format v%d")
store.logger.Infof("CRDT database format v%d", version)
return nil
}
return nil
Expand Down

0 comments on commit ff922d8

Please sign in to comment.