mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 21:38:06 +02:00
trivial: fix whitespace
Signed-off-by: Thomas Haller <thaller@redhat.com>
(cherry picked from commit 724fc736fe)
This commit is contained in:
parent
2905999cd9
commit
02cd3e839b
1 changed files with 3 additions and 3 deletions
|
|
@ -4060,9 +4060,9 @@ nm_device_activate_stage3_ip_config_start (gpointer user_data)
|
||||||
master_device = nm_active_connection_get_device (master);
|
master_device = nm_active_connection_get_device (master);
|
||||||
if (priv->ip4_state == IP_WAIT && priv->ip6_state == IP_WAIT) {
|
if (priv->ip4_state == IP_WAIT && priv->ip6_state == IP_WAIT) {
|
||||||
nm_log_info (LOGD_DEVICE, "Activation (%s) connection '%s' waiting on master '%s'",
|
nm_log_info (LOGD_DEVICE, "Activation (%s) connection '%s' waiting on master '%s'",
|
||||||
nm_device_get_iface (self),
|
nm_device_get_iface (self),
|
||||||
nm_connection_get_id (nm_device_get_connection (self)),
|
nm_connection_get_id (nm_device_get_connection (self)),
|
||||||
nm_device_get_iface (master_device));
|
nm_device_get_iface (master_device));
|
||||||
}
|
}
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue