Fixes log message on CNI Check (#825)

This commit is contained in:
Doug Smith
2022-04-11 07:35:47 -04:00
committed by GitHub
parent ce533f01cc
commit 588ee8f192

View File

@@ -199,7 +199,7 @@ func confCheck(rt *libcni.RuntimeConf, rawNetconf []byte, multusNetconf *types.N
err = cniNet.CheckNetwork(context.Background(), conf, rt) err = cniNet.CheckNetwork(context.Background(), conf, rt)
if err != nil { if err != nil {
return logging.Errorf("error in getting result from DelNetwork: %v", err) return logging.Errorf("error in getting result from CheckNetwork: %v", err)
} }
return err return err