pass: Change log tag
authorWook Song <wook16.song@samsung.com>
Tue, 22 Nov 2016 05:21:12 +0000 (14:21 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:37 +0000 (20:35 +0900)
This patch replace the log tag, which is DEVICED, with PASS.

Signed-off-by: Wook Song <wook16.song@samsung.com>
src/core/log.h

index 9684f380fb6795ff28ac30b3a906bb53be03e054..f3c3bea9c166014db967a5ed7843438d7f00f36a 100644 (file)
@@ -28,6 +28,6 @@
 #undef LOG_TAG
 #endif
 
-#define LOG_TAG "DEVICED"
+#define LOG_TAG "PASS"
 #include "shared/log-macro.h"
 #endif