diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-04 15:19:52 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | fe4b8f6817490763103b0b52ec19a0173ea13537 (patch) | |
tree | 4fa3446aeb1013714a9cd6d0a1b0fc0c95e19054 /plugins/anydata/mm-plugin-anydata.c | |
parent | f5ce4a722a4c5d89778470cdf774ca822fee7ace (diff) |
anydata: port to use object logging
Diffstat (limited to 'plugins/anydata/mm-plugin-anydata.c')
-rw-r--r-- | plugins/anydata/mm-plugin-anydata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/anydata/mm-plugin-anydata.c b/plugins/anydata/mm-plugin-anydata.c index 8037fb7a..62039022 100644 --- a/plugins/anydata/mm-plugin-anydata.c +++ b/plugins/anydata/mm-plugin-anydata.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-anydata.h" #include "mm-broadband-modem-anydata.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 AnyDATA modem found..."); + mm_obj_dbg (self, "QMI-powered AnyDATA modem found..."); return MM_BASE_MODEM (mm_broadband_modem_qmi_new (uid, drivers, mm_plugin_get_name (self), |