Merge pull request #9013 from gyuho/automated-cherry-pick-of-#8999-origin-release-3.2

Automated cherry pick of #8999
This commit is contained in:
Gyuho Lee 2017-12-14 09:40:21 -08:00 committed by GitHub
commit 47f6d32e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}