mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #698 from ggaaooppeenngg/gaopeng/format-errorf
Use %v for map structure format
This commit is contained in:
@@ -326,7 +326,7 @@ func RemovePaths(paths map[string]string) (err error) {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
return fmt.Errorf("Failed to remove paths: %s", paths)
|
||||
return fmt.Errorf("Failed to remove paths: %v", paths)
|
||||
}
|
||||
|
||||
func GetHugePageSize() ([]string, error) {
|
||||
|
||||
Reference in New Issue
Block a user