From 6afb37c9ae6ef12fff706439dc62f5f17972d7ba Mon Sep 17 00:00:00 2001 From: Anthony Minessale II Date: Wed, 30 Mar 2005 16:20:53 +0000 Subject: add missing newlines git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5307 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channel.c') diff --git a/channel.c b/channel.c index ba42f9ad2..8394b80a8 100755 --- a/channel.c +++ b/channel.c @@ -734,7 +734,7 @@ static void ast_queue_spy_frame(struct ast_channel_spy *spy, struct ast_frame *f if (count > 100) { struct ast_frame *freef, *headf; - ast_log(LOG_ERROR, "Too Many frames queued at once, flushing cache."); + ast_log(LOG_ERROR, "Too Many frames queued at once, flushing cache.\n"); headf = spy->queue[pos]; /* deref the queue right away so it looks empty */ spy->queue[pos] = NULL; -- cgit v1.2.3