summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macvlan.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-21 11:22:07 +0200
committerThomas Haller <thaller@redhat.com>2016-06-30 08:29:56 +0200
commit6829871c1128e5ce10706e4400ff9baefd344f1c (patch)
tree0eb254f7e2a019b44cb54a48789382cc6f129e4d /src/devices/nm-device-macvlan.c
parentdf8cf1462a20a49b29a1574b578a7bf53f287056 (diff)
downloadNetworkManager-6829871c1128e5ce10706e4400ff9baefd344f1c.tar.gz
device: log more details when setting MAC address
Diffstat (limited to 'src/devices/nm-device-macvlan.c')
-rw-r--r--src/devices/nm-device-macvlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-macvlan.c b/src/devices/nm-device-macvlan.c
index 583f260e8d..390c2a3975 100644
--- a/src/devices/nm-device-macvlan.c
+++ b/src/devices/nm-device-macvlan.c
@@ -544,7 +544,7 @@ realize_start_notify (NMDevice *device, const NMPlatformLink *plink)
static void
deactivate (NMDevice *device)
{
- nm_device_hw_addr_reset (device);
+ nm_device_hw_addr_reset (device, "deactivate");
}
/******************************************************************/