modem-helpers: port clcc list parser to use object logging

This commit is contained in:
Aleksander Morgado
2020-04-04 11:53:36 +02:00
parent 78cad902ef
commit 39dd4c166d
8 changed files with 14 additions and 10 deletions

View File

@@ -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