diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c index eed809a7dd..4a10ec8142 100644 --- a/cdr/cdr_adaptive_odbc.c +++ b/cdr/cdr_adaptive_odbc.c @@ -740,7 +740,7 @@ static int odbc_log(struct ast_cdr *cdr) } else if (entry->filtervalue && ((!entry->negatefiltervalue && entry->filtervalue[0] != '\0') || (entry->negatefiltervalue && entry->filtervalue[0] == '\0'))) { - ast_log(AST_LOG_WARNING, "CDR column '%s' was not set and does not match filter of" + ast_verb(4, "CDR column '%s' was not set and does not match filter of" " %s'%s'. Cancelling this CDR.\n", entry->cdrname, entry->negatefiltervalue ? "!" : "", entry->filtervalue);