wifi: fix log message

This commit is contained in:
Dan Williams 2010-04-08 15:51:32 -07:00
parent ea05e90016
commit 3592e59cab

View file

@ -3517,7 +3517,8 @@ real_set_enabled (NMDeviceInterface *device, gboolean enabled)
state = nm_device_interface_get_state (NM_DEVICE_INTERFACE (self));
if (state < NM_DEVICE_STATE_UNAVAILABLE) {
nm_log_dbg (LOGD_WIFI, "(%s): enable blocked by UNMANAGED state",
nm_log_dbg (LOGD_WIFI, "(%s): %s blocked by UNMANAGED state",
enabled ? "enable" : "disable",
nm_device_get_iface (NM_DEVICE (device)));
return;
}