mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 03:38:05 +02:00
device: drop logging platform error on failure to set permanent MAC address
The platform error is in many cases not meaningful anyway.
This commit is contained in:
parent
c1a945b95d
commit
baec894139
1 changed files with 1 additions and 2 deletions
|
|
@ -8771,8 +8771,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