summaryrefslogtreecommitdiffstats
path: root/cfsysline.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-07 09:17:15 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-07 09:17:15 +0000
commit68bf15ba7c43c2130d8267b6ebe5275cd3c84d22 (patch)
treef29be7fcfb97885ef5e0e543e6b04637f9433692 /cfsysline.c
parentb5309562c880a4848aa7ff4d12db676566e30d81 (diff)
downloadrsyslog-68bf15ba7c43c2130d8267b6ebe5275cd3c84d22.tar.gz
rsyslog-68bf15ba7c43c2130d8267b6ebe5275cd3c84d22.tar.xz
rsyslog-68bf15ba7c43c2130d8267b6ebe5275cd3c84d22.zip
removed debug aid that sneaked in
Diffstat (limited to 'cfsysline.c')
-rw-r--r--cfsysline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfsysline.c b/cfsysline.c
index 24e652d7..ad575aaa 100644
--- a/cfsysline.c
+++ b/cfsysline.c
@@ -376,7 +376,6 @@ static rsRetVal doGetWord(uchar **pp, rsRetVal (*pSetHdlr)(void*, uchar*), void
CHKiRet(rsCStrFinish(pStrB));
CHKiRet(rsCStrConvSzStrAndDestruct(pStrB, &pNewVal, 0));
-dbgprintf("pNewVal: %s\n", pNewVal);
/* we got the word, now set it */
if(pSetHdlr == NULL) {