From 0ac9421c3091408171183ae4785662e1eec9a9d4 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 23 Nov 2023 16:48:33 +0900 Subject: [PATCH] Change log tag The log tag is changed to "APP_CORE" from "APP_CORE_CPP". Change-Id: I8a120e1f4fc4a1470b65d19cfc9d94337309fa55 Signed-off-by: Hwankyu Jhun --- tizen-cpp/common/log_private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen-cpp/common/log_private.hh b/tizen-cpp/common/log_private.hh index 638f90b..cf17d67 100644 --- a/tizen-cpp/common/log_private.hh +++ b/tizen-cpp/common/log_private.hh @@ -20,7 +20,7 @@ #include #undef LOG_TAG -#define LOG_TAG "APP_CORE_CPP" +#define LOG_TAG "APP_CORE" #undef _E #define _E LOGE -- 2.7.4