Skip to content

Commit

Permalink
feat(dump): rename incomplete to consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 27, 2024
1 parent 3619061 commit 49c76e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/infra/dump_observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (o *DumpObserver) Entity(status silo.Status, _ map[string]int) {

_ = o.bar.Add(1)

o.bar.Describe(fmt.Sprintf("Dumped %d entities / complete=%d / incomplete=%d / inconsistent=%d / empty=%d",
o.bar.Describe(fmt.Sprintf("Dumped %d entities / complete=%d / consistent=%d / inconsistent=%d / empty=%d",
o.countTotal,
o.countComplete,
o.countConsistent,
Expand Down

0 comments on commit 49c76e0

Please sign in to comment.