Updated log line

This commit is contained in:
Phil Porada 2017-08-04 16:00:03 -04:00
parent c1c75dd76b
commit 343344a7af
No known key found for this signature in database
GPG Key ID: C2E660AD9DD4F728
1 changed files with 1 additions and 1 deletions

View File

@ -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))
}