mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Fix the wrong log
This commit is contained in:
@@ -98,7 +98,7 @@ func changeFilePermission(filename string, fsGroup *int64, readonly bool, info o
|
||||
|
||||
err = os.Chmod(filename, info.Mode()|mask)
|
||||
if err != nil {
|
||||
klog.ErrorS(err, "Chown failed", "path", filename)
|
||||
klog.ErrorS(err, "chmod failed", "path", filename)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user