summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-05 17:47:35 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-05 17:47:35 +0100
commite51de9f416b08e16b3a994596238a29c6bc06e7b (patch)
tree0f72a2eb7e846419b5a9474f738ae2d2c9b9149c /action.c
parent43d922f1b1be8af99e947f07e1858d971ecd7aa7 (diff)
downloadrsyslog-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.c b/action.c
index 46451b95..deb59258 100644
--- a/action.c
+++ b/action.c
@@ -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
*/