]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 22416/head
authorFranck Bui <fbui@suse.com>
Thu, 27 Jan 2022 18:13:24 +0000 (19:13 +0100)
committerFranck Bui <fbui@suse.com>
Fri, 4 Feb 2022 08:45:47 +0000 (09:45 +0100)
src/udev/udev-builtin-net_id.c

index 65e003eb15ec338bdb4ddc92b4d6a420b304e7d3..9e4297adaf6ffd71f38a8dd5bbb329f9fe759c90 100644 (file)
@@ -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);