tplink: port to use object logging
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#include <libmm-glib.h>
|
#include <libmm-glib.h>
|
||||||
|
|
||||||
#include "mm-port-enums-types.h"
|
#include "mm-port-enums-types.h"
|
||||||
#include "mm-log.h"
|
#include "mm-log-object.h"
|
||||||
#include "mm-plugin-tplink.h"
|
#include "mm-plugin-tplink.h"
|
||||||
#include "mm-broadband-modem.h"
|
#include "mm-broadband-modem.h"
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ create_modem (MMPlugin *self,
|
|||||||
{
|
{
|
||||||
#if defined WITH_QMI
|
#if defined WITH_QMI
|
||||||
if (mm_port_probe_list_has_qmi_port (probes)) {
|
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,
|
return MM_BASE_MODEM (mm_broadband_modem_qmi_new (uid,
|
||||||
drivers,
|
drivers,
|
||||||
mm_plugin_get_name (self),
|
mm_plugin_get_name (self),
|
||||||
|
Reference in New Issue
Block a user