Skip to content

Commit e767c08

Browse files
authored
Update controller.go
1 parent 55da265 commit e767c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controller/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (h handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
6363

6464
if h.commonCfg.HostName != hostPort &&
6565
!strings.HasPrefix(hostPort, h.hostNameChecker) {
66-
clientLogger.Warning("Request invalid host \"%s\", deined",
66+
clientLogger.Warning("Requested invalid host \"%s\", denied access",
6767
r.Host)
6868

6969
serveFailure(

0 commit comments

Comments
 (0)