trivial: fix whitespace

Signed-off-by: Thomas Haller <thaller@redhat.com>
(cherry picked from commit 724fc736fe)
This commit is contained in:
Thomas Haller 2014-06-24 10:41:35 +02:00 committed by Dan Williams
parent 2905999cd9
commit 02cd3e839b

View file

@ -4060,9 +4060,9 @@ nm_device_activate_stage3_ip_config_start (gpointer user_data)
master_device = nm_active_connection_get_device (master);
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_device_get_iface (self),
nm_connection_get_id (nm_device_get_connection (self)),
nm_device_get_iface (master_device));
nm_device_get_iface (self),
nm_connection_get_id (nm_device_get_connection (self)),
nm_device_get_iface (master_device));
}
goto out;
}