summaryrefslogtreecommitdiff
path: root/lib/zlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlog.h')
-rw-r--r--lib/zlog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/zlog.h b/lib/zlog.h
index 140392bae6..25c2627f38 100644
--- a/lib/zlog.h
+++ b/lib/zlog.h
@@ -137,8 +137,6 @@ static inline void zlog_ref(const struct xref_logmsg *xref,
#define flog_err_sys(ferr_id, format, ...) \
flog_err(ferr_id, format, ##__VA_ARGS__)
-#define flog(priority, ferr_id, format, ...) \
- zlog(priority, "[EC %u] " format, ferr_id, ##__VA_ARGS__)
extern void zlog_sigsafe(const char *text, size_t len);