summaryrefslogtreecommitdiffstats
path: root/tools/pmrfc3164.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-05-29 12:42:46 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-05-29 12:42:46 +0200
commit439a5b70f2216616e9d55072be43658d5a7fe5d7 (patch)
treec882a5de1a8779b8c1c7adc0884930ae4b98855a /tools/pmrfc3164.c
parent4ae8e518d21dfb495a5e5f6fcfe783adac27bab7 (diff)
downloadrsyslog-439a5b70f2216616e9d55072be43658d5a7fe5d7.tar.gz
rsyslog-439a5b70f2216616e9d55072be43658d5a7fe5d7.tar.xz
rsyslog-439a5b70f2216616e9d55072be43658d5a7fe5d7.zip
improved support for --enable-debugless
Now it's probably time to prove the effect in practice...
Diffstat (limited to 'tools/pmrfc3164.c')
-rw-r--r--tools/pmrfc3164.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pmrfc3164.c b/tools/pmrfc3164.c
index 2657780d..bcded428 100644
--- a/tools/pmrfc3164.c
+++ b/tools/pmrfc3164.c
@@ -79,7 +79,7 @@ BEGINparse
uchar bufParseTAG[CONF_TAG_MAXSIZE];
uchar bufParseHOSTNAME[CONF_HOSTNAME_MAXSIZE];
CODESTARTparse
- dbgprintf("Message will now be parsed by the legacy syslog parser (one size fits all... ;)).\n");
+ DBGPRINTF("Message will now be parsed by the legacy syslog parser (one size fits all... ;)).\n");
assert(pMsg != NULL);
assert(pMsg->pszRawMsg != NULL);
lenMsg = pMsg->iLenRawMsg - pMsg->offAfterPRI; /* note: offAfterPRI is already the number of PRI chars (do not add one!) */
@@ -229,7 +229,7 @@ CODEmodInit_QueryRegCFSLineHdlr
CHKiRet(objUse(parser, CORE_COMPONENT));
CHKiRet(objUse(datetime, CORE_COMPONENT));
- dbgprintf("rfc3164 parser init called\n");
+ DBGPRINTF("rfc3164 parser init called\n");
bParseHOSTNAMEandTAG = glbl.GetParseHOSTNAMEandTAG(); /* cache value, is set only during rsyslogd option processing */