Skip to content
Snippets Groups Projects
Commit 28e5320a authored by Mark Spencer's avatar Mark Spencer
Browse files

Minor fix in directory app (bug #2322)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 47f88839
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ static int play_mailbox_owner(struct ast_channel *chan, char *context, char *dia ...@@ -184,7 +184,7 @@ static int play_mailbox_owner(struct ast_channel *chan, char *context, char *dia
ast_log(LOG_WARNING, ast_log(LOG_WARNING,
"Can't find extension '%s' in context '%s'. " "Can't find extension '%s' in context '%s'. "
"Did you pass the wrong context to Directory?\n", "Did you pass the wrong context to Directory?\n",
ext, context); ext, dialcontext);
res = -1; res = -1;
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment