summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-07 19:36:44 +0000
committerOlle Johansson <oej@edvina.net>2006-04-07 19:36:44 +0000
commitf235bbe5a5da93a3c1a1c87da1b26f3aaa593bf0 (patch)
treebeacfad8d7f931fa41b7d084db794bdf819a468d /channels
parent8cd506cdfda15e676dcfc235113f8cfe3a9ceb33 (diff)
make history easier to read
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 0cce4226b..63b117b0a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11574,7 +11574,7 @@ retrylock:
}
p->recv = sin;
if (recordhistory) /* This is a response, note what it was for */
- append_history(p, "Rx", "%s / %s %s", req.data, get_header(&req, "CSeq"), req.rlPart2);
+ append_history(p, "Rx", "%s / %s / %s", req.data, get_header(&req, "CSeq"), req.rlPart2);
nounlock = 0;
if (handle_request(p, &req, &sin, &recount, &nounlock) == -1) {
/* Request failed */