diff options
author | Thomas Haller <thaller@redhat.com> | 2016-06-21 11:22:07 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-06-30 08:29:56 +0200 |
commit | 6829871c1128e5ce10706e4400ff9baefd344f1c (patch) | |
tree | 0eb254f7e2a019b44cb54a48789382cc6f129e4d /src/devices/nm-device-ethernet.c | |
parent | df8cf1462a20a49b29a1574b578a7bf53f287056 (diff) |
device: log more details when setting MAC address
Diffstat (limited to 'src/devices/nm-device-ethernet.c')
-rw-r--r-- | src/devices/nm-device-ethernet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c index db2eb4f5f..6cf544a3e 100644 --- a/src/devices/nm-device-ethernet.c +++ b/src/devices/nm-device-ethernet.c @@ -1353,7 +1353,7 @@ deactivate (NMDevice *device) if (nm_device_get_applied_setting (device, NM_TYPE_SETTING_PPPOE)) NM_DEVICE_ETHERNET_GET_PRIVATE (device)->last_pppoe_time = nm_utils_get_monotonic_timestamp_s (); - nm_device_hw_addr_reset (device); + nm_device_hw_addr_reset (device, "deactivate"); } static gboolean |