From fed254a29f88d12d18b3e8dd06ef126bed219ed0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Aug 2007 08:20:06 +0000 Subject: changed function name dprintf() to dbgprintf() as it conflicts with the clib --- omdiscard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omdiscard.c') diff --git a/omdiscard.c b/omdiscard.c index 75eb953c..7a21e46c 100644 --- a/omdiscard.c +++ b/omdiscard.c @@ -88,7 +88,7 @@ CODE_STD_STRING_REQUESTparseSelectorAct(0) if(*p == '~') { /* TODO: check the rest of the selector line - error reporting */ - dprintf("discard\n"); + dbgprintf("discard\n"); } else { iRet = RS_RET_CONFLINE_UNPROCESSED; } -- cgit