summaryrefslogtreecommitdiffstats
path: root/plugins/imklog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-16 08:12:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-16 08:12:11 +0200
commitdd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602 (patch)
tree3b0f438087036d303b1d6b15612342408ce7ece5 /plugins/imklog
parentdfc9733135787a4b89dde3950273d3a1b1a26604 (diff)
downloadrsyslog-dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602.tar.gz
rsyslog-dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602.tar.xz
rsyslog-dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602.zip
more or less finished im3195
but need changes in liblogging to complete this work - does not compile yet
Diffstat (limited to 'plugins/imklog')
-rw-r--r--plugins/imklog/imklog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/imklog.c b/plugins/imklog/imklog.c
index c6fb1592..9b428bc0 100644
--- a/plugins/imklog/imklog.c
+++ b/plugins/imklog/imklog.c
@@ -59,7 +59,7 @@ MODULE_TYPE_INPUT
DEF_IMOD_STATIC_DATA
DEFobjCurrIf(datetime)
-/* configuration settings TODO: move to instance data? */
+/* configuration settings */
int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */
int symbols_twice = 0;
int use_syscall = 0;