diff --git a/storage/local/crashrecovery.go b/storage/local/crashrecovery.go index 18dc6ec70c..7fd00b2299 100644 --- a/storage/local/crashrecovery.go +++ b/storage/local/crashrecovery.go @@ -37,7 +37,7 @@ import ( func (p *persistence) recoverFromCrash(fingerprintToSeries map[clientmodel.Fingerprint]*memorySeries) error { // TODO(beorn): We need proper tests for the crash recovery. log.Warn("Starting crash recovery. Prometheus is inoperational until complete.") - log.Warn("To avoid crash recovery in future, shutdown Prometheus with SIGTERM or a HTTP POST to /-/quit.") + log.Warn("To avoid crash recovery in the future, shut down Prometheus with SIGTERM or a HTTP POST to /-/quit.") fpsSeen := map[clientmodel.Fingerprint]struct{}{} count := 0