From 5e747be2d0bd05f1c075a2e12bfad56844ddc7d1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 14 Feb 2008 10:03:44 +0000 Subject: - improved file polling algorithm for more rapid file data delivery - some more cleanup --- plugins/imtemplate/imtemplate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/imtemplate') diff --git a/plugins/imtemplate/imtemplate.c b/plugins/imtemplate/imtemplate.c index d3e6bbca..867f2778 100644 --- a/plugins/imtemplate/imtemplate.c +++ b/plugins/imtemplate/imtemplate.c @@ -323,7 +323,8 @@ ENDrunInput * input shall run or not. The idea is that if some config settings (or similiar things) * are not OK, the input can tell rsyslog it will not execute. To do so, return * RS_RET_NO_RUN or a specific error code. If RS_RET_OK is returned, rsyslog will - * proceed and call the runInput() entry point. + * proceed and call the runInput() entry point. If you do not return anything + * specific, RS_RET_OK is automatically returned (as in all functions). */ BEGINwillRun /* place any variables needed here */ -- cgit