From 638c70d8a1cf953f64ce59e05d82c53b0f2148b9 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 2 Jul 2010 15:59:30 +0000 Subject: Fix typos reported by Lintian git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@273642 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 993fe88ec..f771c9b2c 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -4497,7 +4497,7 @@ static int add_email_attachment(FILE *p, struct ast_vm_user *vmu, char *format, attach = newtmp; ast_debug(3, "VOLGAIN: Stored at: %s.%s - Level: %.4f - Mailbox: %s\n", attach, format, vmu->volgain, mailbox); } else { - ast_log(LOG_WARNING, "Sox failed to reencode %s.%s: %s (have you installed support for all sox file formats?)\n", attach, format, + ast_log(LOG_WARNING, "Sox failed to re-encode %s.%s: %s (have you installed support for all sox file formats?)\n", attach, format, soxstatus == 1 ? "Problem with command line options" : "An error occurred during file processing"); ast_log(LOG_WARNING, "Voicemail attachment will have no volume gain.\n"); } -- cgit v1.2.3