From 229c6d070b1ddb2cebb0a3f12bc71713795cd627 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Dec 2015 18:55:40 +0000 Subject: [PATCH] Adjust INNLOGSET to have debug instead of trace, as current libinn2 does --- innduct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innduct.h b/innduct.h index 059b614..69af7d9 100644 --- a/innduct.h +++ b/innduct.h @@ -369,7 +369,7 @@ static inline int isewouldblock(int errnoval) { INNLOGSET(die, "fatal", LOG_ERR) \ INNLOGSET(warn, "warning", LOG_WARNING) \ INNLOGSET(notice, "notice", LOG_NOTICE) \ - INNLOGSET(trace, "trace", LOG_NOTICE) + INNLOGSET(debug, "debug", LOG_DEBUG) #define INNLOGSET_DECLARE(fn, pfx, sysloglevel) \ void duct_log_##fn(int l, const char *fmt, va_list al, int errval) \ PRINTF(3,0); -- 2.30.2