From b3220719a75bc7d3c413d182b70468642bb7598b Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Fri, 15 Oct 2021 13:19:03 +0900 Subject: [PATCH] [Tizen] common: Change dlog tag name for VD profile Change-Id: Id9c8e235fe86f690b3a9dee2ea0caae954aae0bd --- src/lib/tvgCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tvgCommon.h b/src/lib/tvgCommon.h index ef88733..14096d7 100644 --- a/src/lib/tvgCommon.h +++ b/src/lib/tvgCommon.h @@ -51,7 +51,7 @@ using namespace tvg; #define TVG_FALLTHROUGH #endif -#define TVG_LOG_TAG "thorvg" +#define TVG_LOG_TAG "ThorVG" #if defined(__clang__) && !defined(__EMSCRIPTEN__) #define strncpy strncpy_s -- 2.7.4