mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 14:51:09 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user