]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
main/message: Add a new-line to a DEBUG message
authorMatthew Jordan <mjordan@digium.com>
Fri, 22 Aug 2014 13:50:23 +0000 (13:50 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 22 Aug 2014 13:50:23 +0000 (13:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@421859 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/message.c

index 836c4e70bb23f0c97baf6b20c34c48a474a00906..cf4ee2b70bbdd8715f7f47d65db2d07f6476a5f6 100644 (file)
@@ -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);