summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-04-06 13:32:34 +0000
committerKinsey Moore <kmoore@digium.com>2012-04-06 13:32:34 +0000
commit51f0e5c53d7926ae6fc76fa8407340d0a4d1e306 (patch)
tree48cd075debee8a4a5ddba1510a65fd9cccf8e628 /apps
parentfc45af331bbff5bc2405f4efbdb06183df8ae0aa (diff)
Remove unnecessary error message in app_dial.c
The error message for failure to stop autoservice after a gosub or macro call during a dial was removed for macro while Asterisk 1.4 was still being actively developed. The corresponding gosub error message was never removed. (closes issue ASTERISK-19551) ........ Merged revisions 361329 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361330 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_dial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 902b78144..8cdcb256d 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -2770,7 +2770,6 @@ static int dial_exec_full(struct ast_channel *chan, const char *data, struct ast
}
if (ast_autoservice_stop(chan) < 0) {
- ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n");
res9 = -1;
}