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)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@361329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.15
Kinsey Moore 13 years ago
parent 3560b4a9b5
commit ab87db4419

@ -2767,7 +2767,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;
}

Loading…
Cancel
Save