Change LOG_TAG 21/157521/1
authorEunyoung Lee <ey928.lee@samsung.com>
Wed, 25 Oct 2017 01:46:13 +0000 (10:46 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Wed, 25 Oct 2017 01:46:13 +0000 (10:46 +0900)
Change-Id: I6699e7b7abf0b345cda4c47f402c0487674ac22e

inc/log.h

index e6ff608..1fdf245 100644 (file)
--- a/inc/log.h
+++ b/inc/log.h
@@ -27,7 +27,7 @@
 #ifdef  LOG_TAG
 #undef  LOG_TAG
 #endif
-#define LOG_TAG "POSITION_FINDER_SERVER"
+#define LOG_TAG "TT"
 
 #if !defined(_D)
 #define _D(fmt, arg...) dlog_print(DLOG_DEBUG, LOG_TAG, "[%s:%d] " fmt "\n", __func__, __LINE__, ##arg)