Skip to content

Commit

Permalink
fix startup msg
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Nov 10, 2023
1 parent c0a097f commit 1bc14c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
logger.Infof("starting fenecon-exporter v%s (%s; %s; by %v)", gitTag, gitCommit, runtime.Version(), Author)
logger.Info(string(opts.GetJson()))

logger.Infof("Starting http server on %s", opts.Server.Bind)
logger.Infof("starting http server on %s", opts.Server.Bind)
startHttpServer()
}

Expand Down

0 comments on commit 1bc14c0

Please sign in to comment.