mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 11:40:18 +01:00
vpn: fix logging message
Fixes: c4a7d6a06f ('vpn: honor the ipvX.method connection property')
This commit is contained in:
parent
ba0474ef06
commit
ecce8fa461
1 changed files with 1 additions and 1 deletions
|
|
@ -1899,7 +1899,7 @@ _dbus_signal_config_cb(NMVpnConnection *self, GVariant *dict)
|
|||
_LOGD("config: reply received (IPv4:%s(%s), IPv6:%s(%s))",
|
||||
priv->ip_data_4.enabled ? "on" : "off",
|
||||
priv->ip_data_4.method_auto ? "auto" : "disabled",
|
||||
priv->ip_data_4.enabled ? "on" : "off",
|
||||
priv->ip_data_6.enabled ? "on" : "off",
|
||||
priv->ip_data_6.method_auto ? "auto" : "disabled");
|
||||
|
||||
if (!priv->ip_data_4.method_auto)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue