Skip to content

Commit a28ca7b

Browse files
committed
docs
1 parent 046a147 commit a28ca7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (d *Daemon) relayLogsUntilClose(flusher http.Flusher, logChan chan string,
222222
}
223223
}
224224

225-
// addVhost for the given binding
225+
// addVhost for the given binding to the LoggedHandler
226226
func (d *Daemon) addVhost(binding string, w http.ResponseWriter) (chan string, *Vhost) {
227227
vhost, err := CreateVhost(binding, d.enableTLS())
228228
if err != nil {

0 commit comments

Comments
 (0)