diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 07:09:19 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:10 +0200 |
commit | e04aa0ea5d16ce4f162e8adcd4f42a02d23618ba (patch) | |
tree | 1674cde46936476c16b33acee7d2a82504fbbdb4 | |
parent | 94a15597518c2832803af71570fa3d006293c7ff (diff) |
tplink: port to use object logging
-rw-r--r-- | plugins/tplink/mm-plugin-tplink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tplink/mm-plugin-tplink.c b/plugins/tplink/mm-plugin-tplink.c index 20cf9db3..93fde158 100644 --- a/plugins/tplink/mm-plugin-tplink.c +++ b/plugins/tplink/mm-plugin-tplink.c @@ -20,7 +20,7 @@ #include <libmm-glib.h> #include "mm-port-enums-types.h" -#include "mm-log.h" +#include "mm-log-object.h" #include "mm-plugin-tplink.h" #include "mm-broadband-modem.h" @@ -46,7 +46,7 @@ create_modem (MMPlugin *self, { #if defined WITH_QMI if (mm_port_probe_list_has_qmi_port (probes)) { - mm_dbg ("QMI-powered TP-Link modem found..."); + mm_obj_dbg (self, "QMI-powered TP-Link modem found..."); return MM_BASE_MODEM (mm_broadband_modem_qmi_new (uid, drivers, mm_plugin_get_name (self), |