quectel: port to use object logging
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
#define _LIBMM_INSIDE_MM
|
#define _LIBMM_INSIDE_MM
|
||||||
#include <libmm-glib.h>
|
#include <libmm-glib.h>
|
||||||
|
|
||||||
#include "mm-log.h"
|
#include "mm-log-object.h"
|
||||||
#include "mm-plugin-quectel.h"
|
#include "mm-plugin-quectel.h"
|
||||||
#include "mm-broadband-modem-quectel.h"
|
#include "mm-broadband-modem-quectel.h"
|
||||||
|
|
||||||
@@ -45,7 +45,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 Quectel modem found...");
|
mm_obj_dbg (self, "QMI-powered Quectel modem found...");
|
||||||
return MM_BASE_MODEM (mm_broadband_modem_qmi_quectel_new (uid,
|
return MM_BASE_MODEM (mm_broadband_modem_qmi_quectel_new (uid,
|
||||||
drivers,
|
drivers,
|
||||||
mm_plugin_get_name (self),
|
mm_plugin_get_name (self),
|
||||||
|
Reference in New Issue
Block a user