From a59678612fec61fe853d38e6131a7b092be22567 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 4 Nov 2019 12:09:02 +0300 Subject: [PATCH] [mms-engine] Housekeeping --- mms-lib/src/mms_connman.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mms-lib/src/mms_connman.c b/mms-lib/src/mms_connman.c index 6ad29de..a40576f 100644 --- a/mms-lib/src/mms_connman.c +++ b/mms-lib/src/mms_connman.c @@ -1,6 +1,7 @@ /* - * Copyright (C) 2013-2016 Jolla Ltd. - * Contact: Slava Monich + * Copyright (C) 2013-2019 Jolla Ltd. + * Copyright (C) 2013-2019 Slava Monich + * Copyright (C) 2019 Open Mobile Platform LLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -15,7 +16,7 @@ #include "mms_connman.h" /* Logging */ -#define MMS_LOG_MODULE_NAME mms_connman_log +#define GLOG_MODULE_NAME mms_connman_log #include G_DEFINE_ABSTRACT_TYPE(MMSConnMan, mms_connman, G_TYPE_OBJECT)