make history easier to read

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Olle Johansson 20 years ago
parent 8cd506cdfd
commit f235bbe5a5

@ -11574,7 +11574,7 @@ retrylock:
} }
p->recv = sin; p->recv = sin;
if (recordhistory) /* This is a response, note what it was for */ 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; nounlock = 0;
if (handle_request(p, &req, &sin, &recount, &nounlock) == -1) { if (handle_request(p, &req, &sin, &recount, &nounlock) == -1) {
/* Request failed */ /* Request failed */

Loading…
Cancel
Save