summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-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);