aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-07 19:36:44 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-07 19:36:44 +0000
commit6a5ce016727feea04c2d62b217a9fea32ff8ce25 (patch)
treebeacfad8d7f931fa41b7d084db794bdf819a468d
parent65bae3d66ba782676486a58f6219002e5a31c0d8 (diff)
make history easier to read
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18371 f38db490-d61c-443f-a65b-d21fe96a405b
-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 */