Skip to content

Commit 5e45d64

Browse files
committed
fix typo
1 parent eaed01b commit 5e45d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (cr *Cluster) GetHandler() http.Handler {
187187
u.Scheme = "https"
188188
u.Host = net.JoinHostPort(host, strconv.Itoa((int)(cr.publicPort)))
189189

190-
logDebugf("Redirecting from %s to %s", req.Host, u.String())
190+
log.Debugf("Redirecting from %s to %s", req.Host, u.String())
191191

192192
rw.Header().Set("Location", u.String())
193193
rw.Header().Set("Content-Length", "0")

0 commit comments

Comments
 (0)