Fix typo
Fix "loadd-balancer" typo in log debug message in server.go
This commit is contained in:
parent
c9d23494b9
commit
06c47134c9
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ func (server *Server) loadConfig(configurations configs, globalConfiguration Glo
|
|||
log.Errorf("Skipping frontend %s...", frontendName)
|
||||
continue frontend
|
||||
}
|
||||
log.Debugf("Creating loadd-balancer connlimit")
|
||||
log.Debugf("Creating load-balancer connlimit")
|
||||
lb, err = connlimit.New(lb, extractFunc, maxConns.Amount, connlimit.Logger(oxyLogger))
|
||||
if err != nil {
|
||||
log.Errorf("Error creating connlimit: %v", err)
|
||||
|
|
Loading…
Reference in a new issue