aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-call.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-04 14:37:42 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commita2b57474dc60759416bc2a5a8808806fd3317c01 (patch)
treebae0ce8d82d975f7b4237ed1c46b6b9515206735 /src/mm-base-call.c
parentbac9ed21cbe806280ff999facbd02935ccdefaba (diff)
error-helpers: port to use object logging
Diffstat (limited to 'src/mm-base-call.c')
-rw-r--r--src/mm-base-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-call.c b/src/mm-base-call.c
index 792c6adb..149cfbd4 100644
--- a/src/mm-base-call.c
+++ b/src/mm-base-call.c
@@ -169,7 +169,7 @@ handle_start_ready (MMBaseCall *self,
if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED) ||
g_error_matches (error, MM_CORE_ERROR, MM_CORE_ERROR_CANCELLED)) {
g_clear_error (&error);
- error = mm_connection_error_for_code (MM_CONNECTION_ERROR_NO_DIALTONE);
+ error = mm_connection_error_for_code (MM_CONNECTION_ERROR_NO_DIALTONE, self);
}
/* Convert errors into call state updates */