Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanda committed Feb 12, 2018
1 parent 22e46ab commit 2793142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ func main() {
}
}()

level.Info(logger).Log("msg", "Listening on "+cfg.listenAddress)
if err := srv.ListenAndServe(); err != nil {
level.Error(logger).Log("err", err)
}
Expand Down

0 comments on commit 2793142

Please sign in to comment.