mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 16:50:17 +01:00
trivial: fix spacing in AP mode message
This commit is contained in:
parent
140ebbbf89
commit
f2b33e31da
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ get_capabilities_cb (DBusGProxy *proxy, DBusGProxyCall *call_id, gpointer user_
|
|||
|
||||
nm_log_dbg (LOGD_SUPPLICANT, "AP mode is %ssupported",
|
||||
(priv->ap_support == AP_SUPPORT_YES) ? "" :
|
||||
(priv->ap_support == AP_SUPPORT_NO) ? "not " : " possibly");
|
||||
(priv->ap_support == AP_SUPPORT_NO) ? "not " : "possibly ");
|
||||
|
||||
/* EAP-FAST */
|
||||
priv->fast_supported = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue