Skip to content

Commit

Permalink
chore: Update logging message to include version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wanetty committed Jul 1, 2024
1 parent 782fe74 commit bb9566e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upgopher.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func main() {

addr := fmt.Sprintf(":%d", *port)
log.Printf("Web server on %s", addr)
log.Printf("Executin version v1.5.1")

if *useTLS {
log.Printf("Usando TLS")
Expand Down

0 comments on commit bb9566e

Please sign in to comment.