summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-08-31 11:17:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-08-31 11:17:30 +0200
commita4745f2afac60c28be53088050e9481b30926361 (patch)
tree20a2788c7f874f05c873b5e3a0949ac9b5ee91c4 /plugins
parent645a8541d5bbd7cfc0dd9e9f434cce280acf7af8 (diff)
downloadrsyslog-a4745f2afac60c28be53088050e9481b30926361.tar.gz
rsyslog-a4745f2afac60c28be53088050e9481b30926361.tar.xz
rsyslog-a4745f2afac60c28be53088050e9481b30926361.zip
bugfix: mark message processing did not work correctly
Diffstat (limited to 'plugins')
-rw-r--r--plugins/immark/immark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/immark/immark.c b/plugins/immark/immark.c
index 6410003d..baac13a6 100644
--- a/plugins/immark/immark.c
+++ b/plugins/immark/immark.c
@@ -87,6 +87,7 @@ CODESTARTrunInput
if(glbl.GetGlobalInputTermState() == 1)
break; /* terminate input! */
+ dbgprintf("immark: injecting mark message\n");
logmsgInternal(NO_ERRCODE, LOG_INFO, (uchar*)"-- MARK --", MARK);
}
ENDrunInput