diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-05-23 18:06:20 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:48 +0200 |
commit | b600e6c9ce1552d95652e1e9623a1880941036d9 (patch) | |
tree | 85947d74bc27e8deef5258b94f551e146b9f17a1 /cli/mmcli-call.c | |
parent | d5bc19f7db1bbbe8c54c2dc7d31bbc7a68c28d66 (diff) |
mmcli,voice: align values of printed Call parameters
Diffstat (limited to 'cli/mmcli-call.c')
-rw-r--r-- | cli/mmcli-call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-call.c b/cli/mmcli-call.c index 410290d7..842cec00 100644 --- a/cli/mmcli-call.c +++ b/cli/mmcli-call.c @@ -156,7 +156,7 @@ print_call_info (MMCall *call) g_print (" | direction: '%s'\n", mm_call_direction_get_string (mm_call_get_direction (call)) ); g_print (" -------------------------------\n" - " Properties | state: '%s'\n", mm_call_state_get_string (mm_call_get_state (call))); + " Properties | state: '%s'\n", mm_call_state_get_string (mm_call_get_state (call))); if (mm_call_get_state_reason(call) != MM_CALL_STATE_REASON_UNKNOWN) g_print (" | state reason: '%s'\n", |