diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 17:01:55 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 17:01:55 +0200 |
commit | 538ec6d401f12a3de2e81ce054ef789fb47624ea (patch) | |
tree | 38d94ec0fb8daed37b2b41342039201fe0d4c9d8 /plugins/imklog/imklog.c | |
parent | a1c7bc265554563d1744738994075214e5083566 (diff) | |
parent | 53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1 (diff) | |
download | rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.tar.gz rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.tar.bz2 rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.zip |
Merge branch 'rfc3195'
Diffstat (limited to 'plugins/imklog/imklog.c')
-rw-r--r-- | plugins/imklog/imklog.c | 2 |
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; |