summaryrefslogtreecommitdiff
path: root/cdr/cdr_tds.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_tds.c')
-rw-r--r--cdr/cdr_tds.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 736199a4a..3f79fc637 100644
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -482,8 +482,7 @@ static int tds_load_module(void)
ptr = ast_variable_retrieve(cfg,"global","table");
if (ptr == NULL) {
- if (option_debug)
- ast_log(LOG_DEBUG,"cdr_tds: table not specified. Assuming cdr\n");
+ ast_debug(1,"cdr_tds: table not specified. Assuming cdr\n");
ptr = "cdr";
}
table = strdup(ptr);