From: Ian Jackson Date: Sat, 5 Dec 2015 18:55:40 +0000 (+0000) Subject: Adjust INNLOGSET to have debug instead of trace, as current libinn2 does X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=229c6d070b1ddb2cebb0a3f12bc71713795cd627;p=innduct.git Adjust INNLOGSET to have debug instead of trace, as current libinn2 does --- 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);