fix(xml): remove -format-xml #1068 (#1134)

This commit is contained in:
Kota Kanbe
2021-01-18 04:38:00 +09:00
committed by GitHub
parent affb456499
commit d6435d2885
6 changed files with 5 additions and 53 deletions

View File

@@ -70,7 +70,8 @@ func (o *bsd) checkDeps() error {
func (o *bsd) preCure() error {
if err := o.detectIPAddr(); err != nil {
o.log.Debugf("Failed to detect IP addresses: %s", err)
o.log.Warnf("Failed to detect IP addresses: %s", err)
o.warns = append(o.warns, err)
}
// Ignore this error as it just failed to detect the IP addresses
return nil