Skip to content

Commit

Permalink
Merge pull request #9013 from gyuho/automated-cherry-pick-of-#8999-or…
Browse files Browse the repository at this point in the history
…igin-release-3.2

Automated cherry pick of #8999
  • Loading branch information
gyuho committed Dec 14, 2017
2 parents 04ec94f + 0265457 commit 47f6d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compactor/compactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (t *Periodic) Run() {
last = clock.Now()
plog.Noticef("Finished auto-compaction at revision %d", rev)
} else {
plog.Noticef("Failed auto-compaction at revision %d (%v)", err, rev)
plog.Noticef("Failed auto-compaction at revision %d (%v)", rev, err)
plog.Noticef("Retry after %v", checkCompactionInterval)
}
}
Expand Down

0 comments on commit 47f6d32

Please sign in to comment.