aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-09 07:34:39 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-09 07:35:56 +0200
commit6f82ea3732278ca25f367aab3e1cef2ef865f52f (patch)
treee72a19d9f971efb4c8c0932731a4a99a665dd1a7 /src/main.c
parent956dc8a704fce4ca5687cc7f43eaf7e9d703e699 (diff)
log: force using the object logging API
Unless the generic API is explicitly allowed, as in the main.c source file.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 13b7cecb..9963c7cc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,8 +26,9 @@
#include "ModemManager.h"
-#include "mm-base-manager.h"
+#define MM_LOG_NO_OBJECT
#include "mm-log.h"
+#include "mm-base-manager.h"
#include "mm-context.h"
#if defined WITH_SYSTEMD_SUSPEND_RESUME