mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-25 03:19:43 +00:00
Fixes log message on CNI Check (#825)
This commit is contained in:
@@ -199,7 +199,7 @@ func confCheck(rt *libcni.RuntimeConf, rawNetconf []byte, multusNetconf *types.N
|
||||
|
||||
err = cniNet.CheckNetwork(context.Background(), conf, rt)
|
||||
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
|
||||
|
Reference in New Issue
Block a user