Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Josh Roberson
2005-01-17 22:53:36 +00:00
parent 840f035827
commit 7f887cca90
5 changed files with 30 additions and 30 deletions

2
cdr.c
View File

@@ -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;
}