mmcli,voice: align values of printed Call parameters

This commit is contained in:
Aleksander Morgado
2015-05-23 18:06:20 +02:00
parent d5bc19f7db
commit b600e6c9ce

View File

@@ -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",