aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-30 16:20:53 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-30 16:20:53 +0000
commitc8197a8a9aeb4159f8da91f0dfa2ac3fbb6c245e (patch)
treeb3f3b9d7cb55eac1f682f40b19b94053afbec9f3 /channel.c
parent3b02f9532c621f0e4f04147084876ed9e92ef88a (diff)
add missing newlines
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5307 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
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;