fix typo in log message
This commit is contained in:
parent
8d6768b0c5
commit
c826eebbbb
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ func NewNGINXController(config *Configuration, mc metric.Collector) *NGINXContro
|
|||
for _, f := range filesToWatch {
|
||||
f := f
|
||||
_, err = file.NewFileWatcher(f, func() {
|
||||
klog.InfoS("File changed detected. Reloading NGINX", "path", f)
|
||||
klog.InfoS("File change detected. Reloading NGINX", "path", f)
|
||||
n.syncQueue.EnqueueTask(task.GetDummyObject("file-change"))
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue