aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-simple.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-iface-modem-simple.c
parentbac9ed21cbe806280ff999facbd02935ccdefaba (diff)
error-helpers: port to use object logging
Diffstat (limited to 'src/mm-iface-modem-simple.c')
-rw-r--r--src/mm-iface-modem-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-simple.c b/src/mm-iface-modem-simple.c
index 61ae662b..b0cf5e22 100644
--- a/src/mm-iface-modem-simple.c
+++ b/src/mm-iface-modem-simple.c
@@ -164,7 +164,7 @@ check_next_registration (GTask *task)
/* No more tries of anything */
g_task_return_error (
task,
- mm_mobile_equipment_error_for_code (MM_MOBILE_EQUIPMENT_ERROR_NETWORK_TIMEOUT));
+ mm_mobile_equipment_error_for_code (MM_MOBILE_EQUIPMENT_ERROR_NETWORK_TIMEOUT, self));
g_object_unref (task);
}