This is the patch attached to bug 216756. The last entry in the EXAMPLE section looks like this:
syslog(LOG_INFO|LOG_LOCAL2, "foobar error: %m");
Since the message says that an error is logged, it should not be LOG_INFO, but LOG_ERROR instead. The patch addresses that.