summaryrefslogtreecommitdiff
path: root/include/ug-dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ug-dbg.h')
-rwxr-xr-xinclude/ug-dbg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ug-dbg.h b/include/ug-dbg.h
index 00167b0..d4e5905 100755
--- a/include/ug-dbg.h
+++ b/include/ug-dbg.h
@@ -33,5 +33,6 @@
#define _ERR(fmt, arg...) LOGE("\x1b[31m" fmt "\x1b[0m", ##arg)
#define _DBG(fmt, arg...) LOGD("\x1b[32m" fmt "\x1b[0m", ##arg)
#define _INFO(fmt, arg...) LOGI("\x1b[33m" fmt "\x1b[0m", ##arg)
+#define _WRN(fmt, arg...) LOGW("\x1b[34m" fmt "\x1b[0m", ##arg)
#endif /* __UG_DBG_H__ */