summaryrefslogtreecommitdiffstats
path: root/omdiscard.c
diff options
context:
space:
mode:
Diffstat (limited to 'omdiscard.c')
-rw-r--r--omdiscard.c2
1 files changed, 1 insertions, 1 deletions
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;
}