diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-07 16:08:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:10 +0200 |
commit | 9dbc346f93934da5901225f92b11703b23bcf22a (patch) | |
tree | 52ec00f34a3dfba599772cd9809acd943e934c57 /plugins/simtech/mm-plugin-simtech.c | |
parent | d15da9cf60af9cd1a6b7036519ec557712b5dbad (diff) |
simtech: port to use object logging
Diffstat (limited to 'plugins/simtech/mm-plugin-simtech.c')
-rw-r--r-- | plugins/simtech/mm-plugin-simtech.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/simtech/mm-plugin-simtech.c b/plugins/simtech/mm-plugin-simtech.c index 79afeb54..9940573b 100644 --- a/plugins/simtech/mm-plugin-simtech.c +++ b/plugins/simtech/mm-plugin-simtech.c @@ -21,7 +21,7 @@ #define _LIBMM_INSIDE_MM #include <libmm-glib.h> -#include "mm-log.h" +#include "mm-log-object.h" #include "mm-plugin-simtech.h" #include "mm-broadband-modem-simtech.h" @@ -47,7 +47,7 @@ create_modem (MMPlugin *self, { #if defined WITH_QMI if (mm_port_probe_list_has_qmi_port (probes)) { - mm_dbg ("QMI-powered SimTech modem found..."); + mm_obj_dbg (self, "QMI-powered SimTech modem found..."); return MM_BASE_MODEM (mm_broadband_modem_qmi_simtech_new (uid, drivers, mm_plugin_get_name (self), |