core: kill nm_print_device_capabilities()

This commit is contained in:
Dan Williams
2009-07-07 14:38:55 -04:00
parent a0629647e2
commit fa2bde265e
4 changed files with 4 additions and 36 deletions

View File

@@ -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;