diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-iface-modem-voice.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-iface-modem-voice.c b/src/mm-iface-modem-voice.c index 817f8c32..a6d9011e 100644 --- a/src/mm-iface-modem-voice.c +++ b/src/mm-iface-modem-voice.c @@ -135,7 +135,7 @@ gboolean mm_iface_modem_voice_call_dialing_to_ringing(MMIfaceModemVoice *self) updated = TRUE; } else { - mm_dbg("[%s:%d] Incoming call does not exist yet", __func__, __LINE__); + mm_dbg("[%s:%d] Outgoing dialing call does not exist", __func__, __LINE__); } } @@ -160,7 +160,7 @@ gboolean mm_iface_modem_voice_call_ringing_to_active(MMIfaceModemVoice *self) updated = TRUE; } else { - mm_dbg("[%s:%d] Incoming call does not exist yet", __func__, __LINE__); + mm_dbg("[%s:%d] Ringing call does not exist", __func__, __LINE__); } } @@ -185,7 +185,7 @@ gboolean mm_iface_modem_voice_network_hangup (MMIfaceModemVoice *self) updated = TRUE; } else { - mm_dbg("[%s:%d] Incoming call does not exist yet", __func__, __LINE__); + mm_dbg("[%s:%d] No call to hangup", __func__, __LINE__); } } |