aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-04 15:44:00 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commitb3e56bc576a36a4aaa5675c4c650c49388afc250 (patch)
treee624d2e7081862dd55d3062a4335ca3a7ecc281f
parent784fd9b7405badc1a7a45cbc19575dea309ded44 (diff)
dlink: port to use object logging
-rw-r--r--plugins/dlink/mm-plugin-dlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dlink/mm-plugin-dlink.c b/plugins/dlink/mm-plugin-dlink.c
index e7c68164..d891ee88 100644
--- a/plugins/dlink/mm-plugin-dlink.c
+++ b/plugins/dlink/mm-plugin-dlink.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-dlink.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 D-Link modem found...");
+ mm_obj_dbg (self, "QMI-powered D-Link modem found...");
return MM_BASE_MODEM (mm_broadband_modem_qmi_new (uid,
drivers,
mm_plugin_get_name (self),