X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=blobdiff_plain;f=innduct.h;h=69af7d95f348583294920895df7c26b16feae4d9;hp=059b6140c3308e86d6339673d698c4890b0f2524;hb=229c6d070b1ddb2cebb0a3f12bc71713795cd627;hpb=43dfc9f9c53eed2702dbc3701265027fbc522d0d 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);