summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-08 08:20:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-08 08:20:06 +0000
commitfed254a29f88d12d18b3e8dd06ef126bed219ed0 (patch)
tree19c947b5a259c00597580f884721aee2e64173a2 /action.c
parent12c7e9ab4bba93e019f7f118d036d7dedcdf0037 (diff)
downloadrsyslog-fed254a29f88d12d18b3e8dd06ef126bed219ed0.tar.gz
rsyslog-fed254a29f88d12d18b3e8dd06ef126bed219ed0.tar.xz
rsyslog-fed254a29f88d12d18b3e8dd06ef126bed219ed0.zip
changed function name dprintf() to dbgprintf() as it conflicts with the
clib
Diffstat (limited to 'action.c')
-rw-r--r--action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/action.c b/action.c
index 99e86c3d..639e5822 100644
--- a/action.c
+++ b/action.c
@@ -30,7 +30,6 @@
#include <time.h>
#include "rsyslog.h"
-#include "syslogd.h" /* to get the own definition of dprintf() - not a smart thing... */
#include "template.h"
#include "action.h"
#include "modules.h"
@@ -142,7 +141,7 @@ rsRetVal actionTryResume(action_t *pThis)
if(iRet == RS_RET_OK)
actionResume(pThis);
- dprintf("actionTryResume: iRet: %d, next retry (if applicable): %u [now %u]\n",
+ dbgprintf("actionTryResume: iRet: %d, next retry (if applicable): %u [now %u]\n",
iRet, (unsigned) pThis->ttResumeRtry, (unsigned) ttNow);
return iRet;