diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-01 13:18:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-01 13:18:43 +0000 |
commit | 5eadc4163df392091884d088593dbf4e95e1aec9 (patch) | |
tree | 6196acafc33207e612511414e45c7f515c6d155a /debug.c | |
parent | afb38c009a95a4cff413569f1e36d8120c972b4d (diff) | |
download | rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.tar.gz rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.tar.bz2 rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.zip |
added input-plugin interface specification in form of a (copy) template
input module
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -962,7 +962,6 @@ rsRetVal dbgClassInit(void) sigaction(SIGUSR1, &sigAct, NULL); pszAltDbgFileName = getenv("RSYSLOG_DEBUGLOG"); -printf("dbg fl: %s\n", pszAltDbgFileName); stddbg = stdout; if(pszAltDbgFileName != NULL) { |