ifcfg-rh: remove a stray reference to bridges and vlans being unsupported

This commit is contained in:
Dan Winship 2013-10-25 12:55:40 -04:00
parent 912152cf85
commit ba96409f72

View file

@ -170,7 +170,7 @@ _internal_new_connection (SCPluginIfcfg *self,
else
device_id = spec;
PLUGIN_PRINT (IFCFG_PLUGIN_NAME, "Ignoring connection '%s' / device '%s' "
"due to NM_CONTROLLED/BRIDGE/VLAN.", cid, device_id);
"due to NM_CONTROLLED=no.", cid, device_id);
} else {
/* Wait for the connection to become unmanaged once it knows the
* hardware IDs of its device, if/when the device gets plugged in.