tplink: port to use object logging

This commit is contained in:
Aleksander Morgado
2020-04-08 07:09:19 +02:00
parent 94a1559751
commit e04aa0ea5d

View File

@@ -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),