mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 11:40:08 +01:00
trivial: fix AP mode message log level
This commit is contained in:
parent
f9c72dee3e
commit
323ff852ba
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ constructor (GType type,
|
|||
priv->capabilities = wifi_utils_get_caps (priv->wifi_data);
|
||||
|
||||
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)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue