[Tizen] common: Change dlog tag name for VD profile 31/265331/1
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Oct 2021 04:19:03 +0000 (13:19 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Oct 2021 04:19:03 +0000 (13:19 +0900)
Change-Id: Id9c8e235fe86f690b3a9dee2ea0caae954aae0bd

src/lib/tvgCommon.h

index ef88733..14096d7 100644 (file)
@@ -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