trivial: fix AP mode message log level
This commit is contained in:
@@ -317,7 +317,7 @@ constructor (GType type,
|
|||||||
priv->capabilities = wifi_utils_get_caps (priv->wifi_data);
|
priv->capabilities = wifi_utils_get_caps (priv->wifi_data);
|
||||||
|
|
||||||
if (priv->capabilities & NM_WIFI_DEVICE_CAP_AP) {
|
if (priv->capabilities & NM_WIFI_DEVICE_CAP_AP) {
|
||||||
nm_log_warn (LOGD_HW | LOGD_WIFI, "(%s): driver supports Access Point (AP) mode",
|
nm_log_info (LOGD_HW | LOGD_WIFI, "(%s): driver supports Access Point (AP) mode",
|
||||||
nm_device_get_iface (NM_DEVICE (self)));
|
nm_device_get_iface (NM_DEVICE (self)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user