diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-27 16:56:30 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-27 16:56:30 +0000 |
commit | 853ae1a2c71a7912b4dd03e91355f240e1047b82 (patch) | |
tree | 3ea6780a8570be1f893028e11c5464b3b5659704 /objomsr.c | |
parent | 1d96a98daf4ac4c4ec9e664e328f1aac4bf6af9e (diff) | |
download | rsyslog-853ae1a2c71a7912b4dd03e91355f240e1047b82.tar.gz rsyslog-853ae1a2c71a7912b4dd03e91355f240e1047b82.tar.xz rsyslog-853ae1a2c71a7912b4dd03e91355f240e1047b82.zip |
removed left-over debug printf
Diffstat (limited to 'objomsr.c')
-rw-r--r-- | objomsr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -101,7 +101,6 @@ rsRetVal OMSRsetEntry(omodStringRequest_t *pThis, int iEntry, uchar *pTplName, i assert(pTplName != NULL); assert(iEntry < pThis->iNumEntries); -printf("OMSRsetEntry %s: %d\n", pTplName, iTplOpts); if(pThis->ppTplName[iEntry] != NULL) free(pThis->ppTplName[iEntry]); pThis->ppTplName[iEntry] = pTplName; /* TODO: do we need to copy? */ |