Remove trailing ellipsis after displaying bound socket
This commit is contained in:
parent
c8dcc58c1a
commit
4d8b47a6e3
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
ReleaseVersion string = "1.0.0"
|
||||
ReleaseVersion string = "1.0.1"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -443,7 +443,7 @@ func ServePage(args []string) error {
|
|||
listenHost := net.JoinHostPort(Bind, strconv.Itoa(Port))
|
||||
|
||||
if Verbose {
|
||||
fmt.Printf("%s | SERVE: Listening on %s...\n",
|
||||
fmt.Printf("%s | SERVE: Listening on %s\n",
|
||||
time.Now().Format(logDate),
|
||||
listenHost,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue