mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Fix format 'verbs' (#2115)
This commit is contained in:
committed by
niusmallnan
parent
a08ad16a01
commit
82aaa413f5
@@ -26,7 +26,7 @@ func ChainCfgFuncs(cfg *CloudConfig, cfgFuncs CfgFuncs) (*CloudConfig, error) {
|
||||
}
|
||||
var err error
|
||||
if cfg, err = cfgFunc(cfg); err != nil {
|
||||
log.Errorf("Failed [%d/%d] %s: %s", i, len, name, err)
|
||||
log.Errorf("Failed [%d/%d] %s: %v", i, len, name, err)
|
||||
return cfg, err
|
||||
}
|
||||
log.Debugf("[%d/%d] Done %s", i, len, name)
|
||||
|
Reference in New Issue
Block a user