Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itaigilo committed Jan 15, 2025
1 parent 06312c7 commit e033453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/block/factory/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func buildBlockAdapter(ctx context.Context, statsCollector stats.Collector, c pa
blockstore := strings.ToLower(c.BlockstoreType())
logging.FromContext(ctx).
WithField("type", blockstore).
Info("initialize blockstore adapter")
Info("initialize blockstore adapters")
switch blockstore {
case block.BlockstoreTypeLocal:
p, err := c.BlockstoreLocalParams()
Expand Down

0 comments on commit e033453

Please sign in to comment.