diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-05 17:47:35 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-05 17:47:35 +0100 |
commit | e51de9f416b08e16b3a994596238a29c6bc06e7b (patch) | |
tree | 0f72a2eb7e846419b5a9474f738ae2d2c9b9149c /action.c | |
parent | 43d922f1b1be8af99e947f07e1858d971ecd7aa7 (diff) | |
download | rsyslog-e51de9f416b08e16b3a994596238a29c6bc06e7b.tar.gz rsyslog-e51de9f416b08e16b3a994596238a29c6bc06e7b.tar.bz2 rsyslog-e51de9f416b08e16b3a994596238a29c6bc06e7b.zip |
re-enable main queue direct mode
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1183,7 +1183,7 @@ static rsRetVal setActionQueType(void __attribute__((unused)) *pVal, uchar *pszT /* This submits the message to the action queue in case we do NOT need to handle repeat * message processing. That case permits us to gain lots of freedom during processing - * and thus speed. This is also utilized to submit messages in complex case once + * and thus speed. This is also utilized to submit messages in more complex cases once * the complex logic has been applied ;) * rgerhards, 2010-06-08 */ |