We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d43f23 commit 46dc4c4Copy full SHA for 46dc4c4
1 file changed
vhost.go
@@ -69,7 +69,7 @@ func (v *VhostMux) DumpServers(w io.Writer) {
69
case 1:
70
fmt.Fprintln(w, "1 vhost:")
71
default:
72
- fmt.Fprintf(w, "%d vhosts:", c)
+ fmt.Fprintf(w, "%d vhosts:\n", c)
73
}
74
for _, v := range v.Servers {
75
fmt.Fprintf(w, "%s -> %s:%d\n", v.Host, v.ServiceHost, v.Port)
0 commit comments