Updated log line
This commit is contained in:
parent
c1c75dd76b
commit
343344a7af
|
@ -383,6 +383,6 @@ func main() {
|
|||
</body>
|
||||
</html>`))
|
||||
})
|
||||
log.Info("Listening on", *listenAddress)
|
||||
log.Info("Listening on address:port => ", *listenAddress)
|
||||
log.Fatal(http.ListenAndServe(*listenAddress, nil))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue