Capitalize Prometheus in startup message (#3332)

Hey, branding :)
This commit is contained in:
Julius Volz 2017-10-23 00:49:28 -07:00 committed by Brian Brazil
parent 4a50f547c8
commit 82c5b98496
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func main() {
},
}
level.Info(logger).Log("msg", "Starting prometheus", "version", version.Info())
level.Info(logger).Log("msg", "Starting Prometheus", "version", version.Info())
level.Info(logger).Log("build_context", version.BuildContext())
level.Info(logger).Log("host_details", Uname())