Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix "loadd-balancer" typo in log debug message in server.go
  • Loading branch information
mihaitodor authored Apr 4, 2017
1 parent c9d2349 commit 06c4713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06c4713

Please sign in to comment.