mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
sdp_srtp: Add new lines to some WARNING messages
........ Merged revisions 424646 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@424647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -232,12 +232,12 @@ int ast_sdp_crypto_process(struct ast_rtp_instance *rtp, struct ast_sdp_srtp *sr
|
||||
session_params = strsep(&str, " ");
|
||||
|
||||
if (!tag || !suite) {
|
||||
ast_log(LOG_WARNING, "Unrecognized a=%s", attr);
|
||||
ast_log(LOG_WARNING, "Unrecognized crypto attribute a=%s\n", attr);
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!ast_strlen_zero(session_params)) {
|
||||
ast_log(LOG_WARNING, "Unsupported crypto parameters: %s", session_params);
|
||||
ast_log(LOG_WARNING, "Unsupported crypto parameters: %s\n", session_params);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user