From 77480da067a80bff11471ad5b371afe1e8e45b04 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Thu, 16 Aug 2007 15:58:34 +0000 Subject: base_encode is not trying to open a log file, so we should not call it a log file in the warning. (related to issue #10452, reported by bcnit) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@79690 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 024e2cdc9..896812759 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -1626,7 +1626,7 @@ static int base_encode(char *filename, FILE *so) bio.iocp = BASEMAXINLINE; if (!(fi = fopen(filename, "rb"))) { - ast_log(LOG_WARNING, "Failed to open log file: %s: %s\n", filename, strerror(errno)); + ast_log(LOG_WARNING, "Failed to open file: %s: %s\n", filename, strerror(errno)); return -1; } -- cgit v1.2.3