mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +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) | 	err = os.Chmod(filename, info.Mode()|mask) | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		klog.ErrorS(err, "Chown failed", "path", filename) | 		klog.ErrorS(err, "chmod failed", "path", filename) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	return nil | 	return nil | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 houjun
					houjun