From bcf11aa45c80c59ab5bf422aa502b87fddb73102 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Fri, 22 Aug 2014 13:50:23 +0000 Subject: [PATCH] main/message: Add a new-line to a DEBUG message git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@421859 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/message.c b/main/message.c index 836c4e70bb..cf4ee2b70b 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); -- 2.47.2