summaryrefslogtreecommitdiff
path: root/src/nm-device-ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-device-ethernet.c')
-rw-r--r--src/nm-device-ethernet.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-device-ethernet.c b/src/nm-device-ethernet.c
index 2a9d9a905d..a710c6dbb2 100644
--- a/src/nm-device-ethernet.c
+++ b/src/nm-device-ethernet.c
@@ -313,6 +313,10 @@ constructor (GType type,
g_object_unref (monitor);
} else {
+ nm_info ("(%s): driver '%s' does not support carrier detection.",
+ nm_device_get_iface (NM_DEVICE (object)),
+ nm_device_get_driver (NM_DEVICE (object)));
+
priv->link_connected_id = 0;
priv->link_disconnected_id = 0;
priv->carrier = TRUE;