diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-27 07:15:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-27 07:15:47 +0000 |
commit | 078fe07ec957e7e05decdec9f6b094e003f149aa (patch) | |
tree | 819afb7d7bf3244a961c84045b05e2798954b373 /omfile.c | |
parent | ba3529403c6be671284de62f406fee132f71296f (diff) | |
download | rsyslog-078fe07ec957e7e05decdec9f6b094e003f149aa.tar.gz rsyslog-078fe07ec957e7e05decdec9f6b094e003f149aa.tar.xz rsyslog-078fe07ec957e7e05decdec9f6b094e003f149aa.zip |
removed debug code
Diffstat (limited to 'omfile.c')
-rw-r--r-- | omfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -610,14 +610,12 @@ CODESTARTparseSelectorAct if(*p == '$' || *p == '?' || *p == '|' || *p == '/' || *p == '-') { if((iRet = createInstance(&pData)) != RS_RET_OK) return iRet; -dprintf("parseSelActFile 1\n"); } else { /* this is not clean, but we need it for the time being * TODO: remove when cleaning up modularization */ return RS_RET_CONFLINE_UNPROCESSED; } -dprintf("parseSelActFile 2\n"); if (*p == '-') { pData->bSyncFile = 0; |