Skip to content

Commit

Permalink
Fix typo in logs
Browse files Browse the repository at this point in the history
This was introduced in 73160d9
  • Loading branch information
mkopinsky authored Jul 7, 2021
1 parent ad2847c commit 66726e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqld_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func main() {
</html>
`)

level.Info(logger).Log("msg", "Starting msqyld_exporter", "version", version.Info())
level.Info(logger).Log("msg", "Starting mysqld_exporter", "version", version.Info())
level.Info(logger).Log("msg", "Build context", version.BuildContext())

dsn = os.Getenv("DATA_SOURCE_NAME")
Expand Down

0 comments on commit 66726e7

Please sign in to comment.