aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-03-13 12:46:58 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-03-13 13:02:23 +0000
commita47cec9ba6f5d3be2fc8ba14c67191a61e5fbd4d (patch)
tree5c2fa487e5122af521f648b1ce122faa4712e7ef /src
parent72f8b6082cc5a16fa870ffac800fb345c05036d2 (diff)
iface-modem-time: log user requests
Diffstat (limited to 'src')
-rw-r--r--src/mm-iface-modem-time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-time.c b/src/mm-iface-modem-time.c
index ac7b1d2a..74ca3a6d 100644
--- a/src/mm-iface-modem-time.c
+++ b/src/mm-iface-modem-time.c
@@ -106,6 +106,7 @@ handle_get_network_time_auth_ready (MMBaseModem *self,
return;
}
+ mm_obj_info (self, "processing user request to load network time...");
MM_IFACE_MODEM_TIME_GET_INTERFACE (self)->load_network_time (
ctx->self,
(GAsyncReadyCallback)load_network_time_ready,