mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
udev/net_id: show the correct identifier in the debug output of dev_pci_onboard()
This commit is contained in:
@@ -217,7 +217,7 @@ static int dev_pci_onboard(sd_device *dev, const LinkInfo *info, NetNames *names
|
||||
names->pci_onboard[0] = '\0';
|
||||
log_device_debug(dev, "Onboard index identifier: index=%lu phys_port=%s dev_port=%lu → %s",
|
||||
idx, strempty(info->phys_port_name), dev_port,
|
||||
empty_to_na(names->pci_slot));
|
||||
empty_to_na(names->pci_onboard));
|
||||
|
||||
if (sd_device_get_sysattr_value(names->pcidev, "label", &names->pci_onboard_label) >= 0)
|
||||
log_device_debug(dev, "Onboard label from PCI device: %s", names->pci_onboard_label);
|
||||
|
||||
Reference in New Issue
Block a user