diff --git a/clients/cli/general.c b/clients/cli/general.c index 71a4983572..72fefdf83b 100644 --- a/clients/cli/general.c +++ b/clients/cli/general.c @@ -1167,7 +1167,7 @@ ac_overview (NmCli *nmc, NMActiveConnection *ac) NMIPConfig *ip; if (nm_active_connection_get_master (ac)) { - g_string_append_printf (outbuf, "%s %s,", _("master"), + g_string_append_printf (outbuf, "%s %s, ", _("master"), nm_device_get_iface (nm_active_connection_get_master (ac))); } if (nm_active_connection_get_vpn (ac))