mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
Add missing newlines to CLI logging
........ Merged revisions 361471 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361472 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -475,7 +475,7 @@ static int ast_srtp_add_stream(struct ast_srtp *srtp, struct ast_srtp_policy *po
|
||||
/* For existing streams, replace if its an SSRC stream, or bail if its a wildcard */
|
||||
if ((match = find_policy(srtp, &policy->sp, OBJ_POINTER))) {
|
||||
if (policy->sp.ssrc.type != ssrc_specific) {
|
||||
ast_log(AST_LOG_WARNING, "Cannot replace an existing wildcard policy");
|
||||
ast_log(AST_LOG_WARNING, "Cannot replace an existing wildcard policy\n");
|
||||
ao2_t_ref(match, -1, "Unreffing already existing policy");
|
||||
return -1;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user