[PATCH] cli: align printout of bearer IPv6 configuration properties

Aleksander Morgado aleksander at aleksander.es
Sat Feb 15 18:11:19 CET 2014


On 15/02/14 04:09, Ben Chan wrote:
> ---
>  cli/mmcli-bearer.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

Pushed, thanks.

> diff --git a/cli/mmcli-bearer.c b/cli/mmcli-bearer.c
> index 600be11..b685e22 100644
> --- a/cli/mmcli-bearer.c
> +++ b/cli/mmcli-bearer.c
> @@ -221,10 +221,10 @@ print_bearer_info (MMBearer *bearer)
>          guint i;
>  
>          dns = mm_bearer_ip_config_get_dns (ipv6_config);
> -        g_print ("                   |  address: '%s'\n"
> -                 "                   |   prefix: '%u'\n"
> -                 "                   |  gateway: '%s'\n"
> -                 "                   |      DNS: '%s'",
> +        g_print ("                     |  address: '%s'\n"
> +                 "                     |   prefix: '%u'\n"
> +                 "                     |  gateway: '%s'\n"
> +                 "                     |      DNS: '%s'",
>                   VALIDATE_UNKNOWN(mm_bearer_ip_config_get_address (ipv6_config)),
>                   mm_bearer_ip_config_get_prefix (ipv6_config),
>                   VALIDATE_UNKNOWN(mm_bearer_ip_config_get_gateway (ipv6_config)),
> 


-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list