diff options
-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 d4930285..a871dbc0 100644 --- a/cli/mmcli-call.c +++ b/cli/mmcli-call.c @@ -157,7 +157,7 @@ print_call_info (MMCall *call) mmcli_output_string (MMC_F_CALL_PROPERTIES_NUMBER, mm_call_get_number (call)); mmcli_output_string (MMC_F_CALL_PROPERTIES_DIRECTION, mm_call_direction_get_string (mm_call_get_direction (call))); mmcli_output_string (MMC_F_CALL_PROPERTIES_STATE, mm_call_state_get_string (mm_call_get_state (call))); - mmcli_output_string (MMC_F_CALL_PROPERTIES_STATE_REASON, mm_call_state_get_string (mm_call_get_state_reason (call))); + mmcli_output_string (MMC_F_CALL_PROPERTIES_STATE_REASON, mm_call_state_reason_get_string (mm_call_get_state_reason (call))); mmcli_output_string (MMC_F_CALL_PROPERTIES_AUDIO_PORT, mm_call_get_audio_port (call)); if (audio_format) { |