From f547af1f86b489faaf16b4a040df5ebd3c974af5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 30 Jan 2008 08:28:33 +0000 Subject: finally implemented infinite action retries via -1 retry count --- syslogd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index b4983513..ed59f0d5 100644 --- a/syslogd.c +++ b/syslogd.c @@ -3435,6 +3435,7 @@ static rsRetVal cflineProcessTradPRIFilter(uchar **pline, register selector_t *f } if (pri < 0) { +dbgPrintAllDebugInfo(); snprintf((char*) xbuf, sizeof(xbuf), "unknown priority name \"%s\"", buf); logerror((char*) xbuf); return RS_RET_ERR; -- cgit v1.2.3