mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 05:20:08 +01:00
device: fix logging message in nm_device_update_permanent_hw_address()
This commit is contained in:
parent
e8b7d3e01d
commit
39e7c9e8fd
1 changed files with 2 additions and 2 deletions
|
|
@ -11548,8 +11548,8 @@ nm_device_update_permanent_hw_address (NMDevice *self)
|
|||
* a temporary address (fake). */
|
||||
_LOGD (LOGD_HW | LOGD_ETHER, "hw-addr: %s (use current: %s)",
|
||||
success_read
|
||||
? "unable to read permanent MAC address"
|
||||
: "read HW addr length of permanent MAC address differs",
|
||||
? "read HW addr length of permanent MAC address differs"
|
||||
: "unable to read permanent MAC address",
|
||||
priv->hw_addr);
|
||||
priv->hw_addr_perm_fake = TRUE;
|
||||
priv->hw_addr_perm = g_strdup (priv->hw_addr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue