CallID Logging: Remove new line/carriage return from callID change test event
authorJonathan Rose <jrose@digium.com>
Thu, 19 Jul 2012 19:07:25 +0000 (19:07 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 19 Jul 2012 19:07:25 +0000 (19:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370246 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/channel_internal_api.c

index ced1628..a9dea31 100644 (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);