summaryrefslogtreecommitdiff
path: root/main/message.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-08-22 14:08:34 +0000
committerMatthew Jordan <mjordan@digium.com>2014-08-22 14:08:34 +0000
commit50381d2c77dec85a480abfd8961eefb09e78e474 (patch)
tree8783128c2369607e1d9bfce164170ba6aeaf64e0 /main/message.c
parent6684442945a846703c9f6a7a02527182422c5f07 (diff)
main/message: Add a new-line to a DEBUG message
........ Merged revisions 421859 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@421860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/message.c')
-rw-r--r--main/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/message.c b/main/message.c
index 836c4e70b..cf4ee2b70 100644
--- a/main/message.c
+++ b/main/message.c
@@ -869,7 +869,7 @@ static int msg_q_cb(void *data)
continue;
}
- ast_debug(5, "Dispatching message to %s handler", handler->name);
+ ast_debug(5, "Dispatching message to %s handler\n", handler->name);
res &= handler->handle_msg(msg);
}
ast_rwlock_unlock(&msg_handlers_lock);