mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
CallID Logging: Remove new line/carriage return from callID change test event
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -864,7 +864,7 @@ void ast_channel_callid_set(struct ast_channel *chan, struct ast_callid *callid)
|
||||
"State: CallIDChange\r\n"
|
||||
"Channel: %s\r\n"
|
||||
"CallID: %s\r\n"
|
||||
"PriorCallID: %s\r\n",
|
||||
"PriorCallID: %s",
|
||||
ast_channel_name(chan),
|
||||
call_identifier_to,
|
||||
call_identifier_from);
|
||||
|
Reference in New Issue
Block a user