diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-01-19 15:49:26 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-01-19 15:49:26 +0100 |
commit | bd03b86c6322c82fc9f667122f4365e339f28ccc (patch) | |
tree | 646b060c6c39abf45037555c7c8ff483a40ea25f /ChangeLog | |
parent | 9cfa072caa0ba1863c89ae6b41d1c5838b9a42b0 (diff) | |
download | rsyslog-bd03b86c6322c82fc9f667122f4365e339f28ccc.tar.gz rsyslog-bd03b86c6322c82fc9f667122f4365e339f28ccc.tar.xz rsyslog-bd03b86c6322c82fc9f667122f4365e339f28ccc.zip |
bugfix: -d did not enable display of debug messages
regression from introduction of "debug on demand" mode
Thanks to Michael Biebl for reporting this bug
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ --------------------------------------------------------------------------- Version 4.5.8 [v4-beta] (rgerhards), 2010-01-?? +- bugfix: -d did not enable display of debug messages + regression from introduction of "debug on demand" mode + Thanks to Michael Biebl for reporting this bug - bugfix: blanks inside file names did not terminate file name parsing. This could reslult in the whole rest of a line (including comments) to be treated as file name in "write to file" actions. |