projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6cc2f
)
Change LOG_TAG of webapi-plugins to WEBAPI_PLUGINS from WEBAPI-PLUGINS
author
WonYoung Choi
<wy80.choi@samsung.com>
Thu, 18 Dec 2014 01:43:48 +0000
(10:43 +0900)
committer
WonYoung Choi
<wy80.choi@samsung.com>
Thu, 18 Dec 2014 01:43:48 +0000
(10:43 +0900)
Change-Id: I319b761a746c1d32a7c636efb94ed7ecde772e64
src/common/logger.h
patch
|
blob
|
history
diff --git
a/src/common/logger.h
b/src/common/logger.h
index 50b0e6a03743d3ad4670345e3c474cd469b99228..ead9829df46c3660d07c4a164cc2bf098164d7d1 100644
(file)
--- a/
src/common/logger.h
+++ b/
src/common/logger.h
@@
-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)