summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/isimodem/call-forwarding.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/isimodem/call-forwarding.c b/drivers/isimodem/call-forwarding.c
index 9e61cfd3..f1d6190a 100644
--- a/drivers/isimodem/call-forwarding.c
+++ b/drivers/isimodem/call-forwarding.c
@@ -405,10 +405,8 @@ static void reachable_cb(const GIsiMessage *msg, void *data)
{
struct ofono_call_forwarding *cf = data;
- if (g_isi_msg_error(msg) < 0) {
- DBG("No QSO!");
+ if (g_isi_msg_error(msg) < 0)
return;
- }
ISI_VERSION_DBG(msg);