aboutsummaryrefslogtreecommitdiffstats
path: root/cdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr.c')
-rwxr-xr-xcdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr.c b/cdr.c
index d6c869f2a..3c5a1d957 100755
--- a/cdr.c
+++ b/cdr.c
@@ -209,7 +209,7 @@ int ast_cdr_disposition(struct ast_cdr *cdr, int cause)
break;
default:
res = -1;
- ast_log(LOG_WARNING, "We don't handle that cause yet\n");
+ ast_log(LOG_WARNING, "Cause not handled\n");
}
cdr = cdr->next;
}