summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/cutils/klog.h')
-rw-r--r--include/cutils/klog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cutils/klog.h b/include/cutils/klog.h
index c837edb9a..e7cd30046 100644
--- a/include/cutils/klog.h
+++ b/include/cutils/klog.h
@@ -44,6 +44,4 @@ __END_DECLS
44#define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) 44#define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x)
45#define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) 45#define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x)
46 46
47#define KLOG_DEFAULT_LEVEL 3 /* messages <= this level are logged */
48
49#endif 47#endif