mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-27 05:30:42 +01:00
wifi-utils: downgrade a log message
This is pretty much of no use to the user and clobbers the log.
This commit is contained in:
parent
bc6c042d54
commit
2346210c11
1 changed files with 1 additions and 1 deletions
|
|
@ -985,6 +985,6 @@ nm_wifi_utils_nl80211_new (int ifindex, struct nl_sock *genl)
|
|||
nl80211->parent.caps = device_info.caps;
|
||||
nl80211->can_wowlan = device_info.can_wowlan;
|
||||
|
||||
_LOGI (LOGD_PLATFORM | LOGD_WIFI, "using nl80211 for WiFi device control");
|
||||
_LOGD (LOGD_PLATFORM | LOGD_WIFI, "using nl80211 for WiFi device control");
|
||||
return (NMWifiUtils *) g_steal_pointer (&nl80211);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue