diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-04 11:53:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | 39dd4c166d2750a00dfe1a3505a02bccaaf7f755 (patch) | |
tree | afe110b0ac5321b6f31c792c6c4b2c1facc85c85 /plugins/simtech/mm-shared-simtech.c | |
parent | 78cad902ef342d6da628f26e1282782aa8361316 (diff) |
modem-helpers: port clcc list parser to use object logging
Diffstat (limited to 'plugins/simtech/mm-shared-simtech.c')
-rw-r--r-- | plugins/simtech/mm-shared-simtech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/simtech/mm-shared-simtech.c b/plugins/simtech/mm-shared-simtech.c index aa5a66a3..ad313cf0 100644 --- a/plugins/simtech/mm-shared-simtech.c +++ b/plugins/simtech/mm-shared-simtech.c @@ -781,7 +781,7 @@ clcc_urc_received (MMPortSerialAt *port, full = g_match_info_fetch (match_info, 0); - if (!mm_simtech_parse_clcc_list (full, &call_info_list, &error)) { + if (!mm_simtech_parse_clcc_list (full, self, &call_info_list, &error)) { mm_warn ("couldn't parse +CLCC list in URC: %s", error->message); g_error_free (error); } else |