diff --git a/pkg/hostman/hostinfo/hostinfo.go b/pkg/hostman/hostinfo/hostinfo.go index 4059dc9b6d..f8639b3d97 100644 --- a/pkg/hostman/hostinfo/hostinfo.go +++ b/pkg/hostman/hostinfo/hostinfo.go @@ -1829,7 +1829,7 @@ func (h *SHostInfo) ensureNicsHostwires(hostInfo *api.HostDetails) error { return errors.Wrap(err, "SetWireId") } } else { - log.Warningf("NIC not present %s", jsonutils.Marshal(nic).String()) + log.Warningf("NIC not present %s, %d", nicInfo.Mac, nicInfo.VlanId) } } return nil