From f65ef1ed10be016b4860ad547441aef7359bc035 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 17 Aug 2015 14:26:53 +0200 Subject: [PATCH] Fix wording in shutdown warning. --- storage/local/crashrecovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/local/crashrecovery.go b/storage/local/crashrecovery.go index 18dc6ec70..7fd00b229 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