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:
Jonathan Rose
2012-07-19 19:07:25 +00:00
parent 3a2757923c
commit d13e015784

View File

@@ -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);