diff --git a/cmd.go b/cmd.go index fe6181e..dee6919 100644 --- a/cmd.go +++ b/cmd.go @@ -106,7 +106,7 @@ func main() { } defer s.Close() - fmt.Printf("Listening for connections on %v\n", options.Bind) + fmt.Printf("Listening for connections on %v\n", s.Addr().String()) host := NewHost(s) host.auth = &auth