]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add missing newline (bug #4018)
authorRussell Bryant <russell@russellbryant.com>
Wed, 13 Apr 2005 03:45:53 +0000 (03:45 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 13 Apr 2005 03:45:53 +0000 (03:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5457 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 4d56b820d2b6aab29c6b831e06f8abb01480f557..9ed0eb2666c2fd0641a2262cf6ef0b2d25320c00 100755 (executable)
@@ -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;