diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 49e4e34d71..e4c1c88919 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -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); } }