mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 15:58:18 +00:00
lib: remove flog() macro
It was only used in one place. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
1b293b2be4
commit
0e3967d766
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user