fixup: correct file name in log message

This commit is contained in:
ethan
2019-08-05 21:31:38 +08:00
committed by GitHub
parent f392229104
commit d21e9a8747

View File

@@ -402,7 +402,7 @@ func (c *Configurer) SetupDNSinContainerizedMounter(mounterPath string) {
} else {
_, hostSearch, _, err := parseResolvConf(f)
if err != nil {
klog.Errorf("Error for parsing the reslov.conf file: %v", err)
klog.Errorf("Error for parsing the resolv.conf file: %v", err)
} else {
dnsString = dnsString + "search"
for _, search := range hostSearch {