mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-25 11:39:08 +00:00
print error of loading daemon config file
This commit is contained in:
@@ -61,6 +61,7 @@ func main() {
|
||||
|
||||
daemonConf, err := cniServerConfig(*configFilePath)
|
||||
if err != nil {
|
||||
fmt.Printf("%s: %s\n", *configFilePath, err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user