mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 07:30:10 +01:00
device: drop logging platform error on failure to set permanent MAC address
The platform error is in many cases not meaningful anyway.
(cherry picked from commit baec894139)
This commit is contained in:
parent
6a9cd7c113
commit
26b39df884
1 changed files with 1 additions and 2 deletions
|
|
@ -8528,8 +8528,7 @@ constructed (GObject *object)
|
|||
priv->perm_hw_addr);
|
||||
} else {
|
||||
/* Fall back to current address */
|
||||
_LOGD (LOGD_HW | LOGD_ETHER, "unable to read permanent MAC address (error %d)",
|
||||
nm_platform_get_error (NM_PLATFORM_GET));
|
||||
_LOGD (LOGD_HW | LOGD_ETHER, "unable to read permanent MAC address");
|
||||
priv->perm_hw_addr = g_strdup (priv->hw_addr);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue