Skip to content
Snippets Groups Projects
Commit d13e0157 authored by Jonathan Rose's avatar Jonathan Rose
Browse files

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
parent 3a275792
Branches
Tags
No related merge requests found
...@@ -864,7 +864,7 @@ void ast_channel_callid_set(struct ast_channel *chan, struct ast_callid *callid) ...@@ -864,7 +864,7 @@ void ast_channel_callid_set(struct ast_channel *chan, struct ast_callid *callid)
"State: CallIDChange\r\n" "State: CallIDChange\r\n"
"Channel: %s\r\n" "Channel: %s\r\n"
"CallID: %s\r\n" "CallID: %s\r\n"
"PriorCallID: %s\r\n", "PriorCallID: %s",
ast_channel_name(chan), ast_channel_name(chan),
call_identifier_to, call_identifier_to,
call_identifier_from); call_identifier_from);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment