Change LOG_TAG of webapi-plugins to WEBAPI_PLUGINS from WEBAPI-PLUGINS
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 18 Dec 2014 01:43:48 +0000 (10:43 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 18 Dec 2014 01:43:48 +0000 (10:43 +0900)
Change-Id: I319b761a746c1d32a7c636efb94ed7ecde772e64

src/common/logger.h

index 50b0e6a03743d3ad4670345e3c474cd469b99228..ead9829df46c3660d07c4a164cc2bf098164d7d1 100644 (file)
@@ -11,7 +11,7 @@
 #include <dlog.h>
 
 #undef LOGGER_TAG
-#define LOGGER_TAG "WEBAPI-PLUGINS"
+#define LOGGER_TAG "WEBAPI_PLUGINS"
 
 #define _LOGGER_LOG(prio, fmt, args...) \
   LOG_(LOG_ID_MAIN, prio, LOGGER_TAG, fmt, ##args)