From d667d3936787a0b2c9f6db44d21ca86dafbc8d9f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 13 Apr 2005 03:45:53 +0000 Subject: [PATCH] add missing newline (bug #4018) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5457 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 4d56b820d2..9ed0eb2666 100755 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -871,7 +871,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; -- 2.47.2