From 28e5320ab4cfd7c99b7cdd72d4b303e87fd45af8 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Mon, 30 Aug 2004 01:44:41 +0000 Subject: [PATCH] Minor fix in directory app (bug #2322) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3678 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_directory.c b/apps/app_directory.c index 6d417444e8..e0a962f70b 100755 --- a/apps/app_directory.c +++ b/apps/app_directory.c @@ -184,7 +184,7 @@ static int play_mailbox_owner(struct ast_channel *chan, char *context, char *dia ast_log(LOG_WARNING, "Can't find extension '%s' in context '%s'. " "Did you pass the wrong context to Directory?\n", - ext, context); + ext, dialcontext); res = -1; } break; -- GitLab