projects
/
platform
/
core
/
connectivity
/
stc-iptables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7edc6c
)
Annotate debugging log
07/246007/1
accepted/tizen/unified/20201102.124455
submit/tizen/20201027.080049
author
hyunuk.tak
<hyunuk.tak@samsung.com>
Thu, 22 Oct 2020 02:22:50 +0000
(11:22 +0900)
committer
hyunuk.tak
<hyunuk.tak@samsung.com>
Thu, 22 Oct 2020 02:22:50 +0000
(11:22 +0900)
Change-Id: I117eb84694850978fa2767a72c8e1ad40c76d49e
src/helper/helper-log.h
patch
|
blob
|
history
diff --git
a/src/helper/helper-log.h
b/src/helper/helper-log.h
index 248bd121f346d62e19bfc5f3e597d3459f5dea15..03a7a505c603a0e6e303fe876d0649dc4f6ab3f1 100755
(executable)
--- a/
src/helper/helper-log.h
+++ b/
src/helper/helper-log.h
@@
-33,7
+33,7
@@
void helper_log_cleanup(void);
#define LOG_ERROR "E"
#define LOG_DEBUG "D"
-#define STC_LOGD(format, args...)
__LOG(LOG_DEBUG, format, ##args)
+#define STC_LOGD(format, args...)
/* __LOG(LOG_DEBUG, format, ##args) */
#define STC_LOGI(format, args...) __LOG(LOG_INFO, format, ##args)
#define STC_LOGW(format, args...) __LOG(LOG_WARN, format, ##args)
#define STC_LOGE(format, args...) __LOG(LOG_ERROR, format, ##args)