Skip to content

Commit b2bd4c9

Browse files
authored
Merge pull request #3 from percona/typo
PMM-3091 Typo.
2 parents 4d28b98 + c98f0f1 commit b2bd4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/postgres_exporter/postgres_exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ func main() {
11291129
// Parse flags.
11301130
flag.Parse()
11311131

1132-
log.Infoln("Starting node_exporter", version.Info())
1132+
log.Infoln("Starting postgres_exporter", version.Info())
11331133
log.Infoln("Build context", version.BuildContext())
11341134

11351135
if *showVersion {

0 commit comments

Comments
 (0)