summaryrefslogtreecommitdiff
path: root/xpp/zap_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/zap_debug.h')
-rw-r--r--xpp/zap_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/zap_debug.h b/xpp/zap_debug.h
index ff4b554..ef96f0e 100644
--- a/xpp/zap_debug.h
+++ b/xpp/zap_debug.h
@@ -62,6 +62,7 @@
#define LINE_DBG(bits, xpd, pos, fmt, ...) \
((void)((print_dbg & (DBG_ ## bits)) && LINE_PRINTK(DEBUG, xpd, pos, "%s: " fmt, __FUNCTION__, ## __VA_ARGS__)))
#define LINE_NOTICE(xpd, pos, fmt, ...) LINE_PRINTK(NOTICE, xpd, pos, fmt, ## __VA_ARGS__)
+#define LINE_ERR(xpd, pos, fmt, ...) LINE_PRINTK(ERR, xpd, pos, fmt, ## __VA_ARGS__)
/*
* Bits for print_dbg