Syslogd message discarding on substring-match almost never works
Description
A coding error (probably my own) resulted in the line of code that causes a message to be discarded getting parented inside an if() block that is reachable only when trace-level debugging is enabled for Syslogd. The unit tests for Syslogd don't catch this, either.
Environment
Operating System: All
Platform: PC
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Jeff Gehlbach July 13, 2010 at 4:39 PM
Fixed bug and existing (but ineffective) unit test. See for details.
A coding error (probably my own) resulted in the line of code that causes a message to be discarded getting parented inside an if() block that is reachable only when trace-level debugging is enabled for Syslogd. The unit tests for Syslogd don't catch this, either.