diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-14 15:59:55 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-14 15:59:55 +0200 |
commit | 27d70409f7175b29452deb3b66c6e34140e20a61 (patch) | |
tree | 7ef5473e3de471a110bb173edfb91beccb2104a5 /ChangeLog | |
parent | 40a4ddac7a0fc2ff2dcfd584976ea7ce8bdcfc7b (diff) | |
download | rsyslog-27d70409f7175b29452deb3b66c6e34140e20a61.tar.gz rsyslog-27d70409f7175b29452deb3b66c6e34140e20a61.tar.xz rsyslog-27d70409f7175b29452deb3b66c6e34140e20a61.zip |
bugfix: priority was incorrectly calculated on FreeBSD 7
because the LOG_MAKEPRI() C macro has a different meaning there (it
is just a simple addition of faciltity and severity). I have changed
this to use own, consistent, code for PRI calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Version 3.19.10 (rgerhards), 2008-07-?? the ai_socktype was incorrectly set to 1. On some platforms, this lead to failing name resolution (e.g. FreeBSD 7). Thanks to HKS for reporting the bug. +- bugfix: priority was incorrectly calculated on FreeBSD 7, + because the LOG_MAKEPRI() C macro has a different meaning there (it + is just a simple addition of faciltity and severity). I have changed + this to use own, consistent, code for PRI calculation. - important queue bugfix from 3.18.1 imported (see below) - cleanup of some debug messages --------------------------------------------------------------------------- |