diff --git a/pkg/nfd-worker/nfd-worker.go b/pkg/nfd-worker/nfd-worker.go index 6c83483b7..e7f9a46f5 100644 --- a/pkg/nfd-worker/nfd-worker.go +++ b/pkg/nfd-worker/nfd-worker.go @@ -548,7 +548,7 @@ func (w *nfdWorker) configure(filepath string, overrides string) error { } klog.Infof("worker (re-)configuration successfully completed") - + utils.KlogDump(1, "effective configuration:", " ", w.config) return nil }