modem-helpers: port supported modes filtering to use object logging
This commit is contained in:
@@ -850,7 +850,7 @@ parent_load_supported_modes_ready (MMIfaceModem *self,
|
||||
g_array_append_val (combinations, mode);
|
||||
|
||||
/* Filter out those unsupported modes */
|
||||
filtered = mm_filter_supported_modes (all, combinations);
|
||||
filtered = mm_filter_supported_modes (all, combinations, self);
|
||||
g_array_unref (all);
|
||||
g_array_unref (combinations);
|
||||
|
||||
|
Reference in New Issue
Block a user