mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Fix node e2e log print
This commit is contained in:
parent
7ad337a2c2
commit
22e4df74d8
@ -53,7 +53,7 @@ func PrePullAllImages() error {
|
||||
for _, image := range ImageRegistry {
|
||||
output, err := exec.Command("docker", "pull", image).CombinedOutput()
|
||||
if err != nil {
|
||||
glog.Warning("Could not pre-pull image %s %v output: %s", image, err, output)
|
||||
glog.Warningf("Could not pre-pull image %s %v output: %s", image, err, output)
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user