Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
Co-Authored-By: feifeiiiiiiiiiii <[email protected]>
  • Loading branch information
pleshakov and feifeiiiiiiiiiii authored Nov 9, 2018
1 parent 6a4f903 commit cb3323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/nginx/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func (nginx *Controller) UpdateIngressConfigFile(name string, cfg []byte) {
if !nginx.local {
err := createFileAndWrite(filename, cfg)
if err != nil {
glog.Fatalf("Failed to write NGINX conf: %v", err)
glog.Fatalf("Failed to write Ingress conf: %v", err)
}
}
glog.V(3).Infof("The Ingress config file has been updated")
Expand Down

0 comments on commit cb3323f

Please sign in to comment.