summaryrefslogtreecommitdiffstats
path: root/plugins/imklog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-16 17:01:55 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-16 17:01:55 +0200
commit538ec6d401f12a3de2e81ce054ef789fb47624ea (patch)
tree38d94ec0fb8daed37b2b41342039201fe0d4c9d8 /plugins/imklog
parenta1c7bc265554563d1744738994075214e5083566 (diff)
parent53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1 (diff)
downloadrsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.tar.gz
rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.tar.xz
rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.zip
Merge branch 'rfc3195'
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 1420e1af..1166b666 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;