aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bascetta <marco.bascetta@sadel.it>2015-05-11 16:24:00 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-08-02 10:39:47 +0200
commitf67cc379563928ec09e859301d89d7408befcd1c (patch)
tree915f124ea5cd31e6a5cfc212943f93e898163c8b
parent8242a991dc59296ca94109f4592ab86e34b44ece (diff)
iface-modem-voice: cleaned error debug messages
-rw-r--r--src/mm-iface-modem-voice.c6
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__);
}
}