mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
add missing newline (bug #4018)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1285,7 +1285,7 @@ static struct localuser *wait_for_answer(struct queue_ent *qe, struct localuser
|
||||
}
|
||||
if (f && (f->frametype == AST_FRAME_DTMF) && (f->subclass != '*') && valid_exit(qe, f->subclass)) {
|
||||
if (option_verbose > 3)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "User pressed digit: %c", f->subclass);
|
||||
ast_verbose(VERBOSE_PREFIX_3 "User pressed digit: %c\n", f->subclass);
|
||||
*to=0;
|
||||
*digit=f->subclass;
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user