summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-01-07 22:05:44 +0100
committerThomas Haller <thaller@redhat.com>2016-01-08 16:25:06 +0100
commit377a2dd7e514af9b2d01a03302a6a9135fe53825 (patch)
tree3b8606795668e2119b8eb0bd88877508782324b3
parentb3880280836855cbe5382386b508f3813fc614fa (diff)
downloadNetworkManager-377a2dd7e514af9b2d01a03302a6a9135fe53825.tar.gz
fixup! device: remove default-unmanaged and refactor unamanged flags
-rw-r--r--src/devices/nm-device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 612d85291a..8d99c560b1 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -1715,6 +1715,8 @@ nm_device_realize (NMDevice *self,
return FALSE;
}
+ _LOGD (LOGD_DEVICE, "realize with ifindex %d", plink ? plink->ifindex : 0);
+
/* Try to realize the device from existing resources */
if (NM_DEVICE_GET_CLASS (self)->realize) {
if (!NM_DEVICE_GET_CLASS (self)->realize (self, plink, error))