simtech: port to use object logging

This commit is contained in:
Aleksander Morgado
2020-04-07 16:08:57 +02:00
parent d15da9cf60
commit 9dbc346f93
5 changed files with 39 additions and 43 deletions

View File

@@ -21,7 +21,7 @@
#define _LIBMM_INSIDE_MM
#include <libmm-glib.h>
#include "mm-log.h"
#include "mm-log-object.h"
#include "mm-plugin-simtech.h"
#include "mm-broadband-modem-simtech.h"
@@ -47,7 +47,7 @@ create_modem (MMPlugin *self,
{
#if defined WITH_QMI
if (mm_port_probe_list_has_qmi_port (probes)) {
mm_dbg ("QMI-powered SimTech modem found...");
mm_obj_dbg (self, "QMI-powered SimTech modem found...");
return MM_BASE_MODEM (mm_broadband_modem_qmi_simtech_new (uid,
drivers,
mm_plugin_get_name (self),