Merged revisions 48940 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r48940 | russell | 2006-12-24 01:49:31 -0500 (Sun, 24 Dec 2006) | 11 lines

Merged revisions 48939 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r48939 | russell | 2006-12-24 01:47:29 -0500 (Sun, 24 Dec 2006) | 3 lines

Remove a couple of misplaced dots in log messages.  This was reported by
Andrea Spadaccini on the asterisk-dev mailing list.

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 19 years ago
parent 5d5cc243c6
commit e0f55d2385

@ -14241,11 +14241,11 @@ static int handle_request_bye(struct sip_pvt *p, struct sip_request *req)
} else if (p->owner) { } else if (p->owner) {
ast_queue_hangup(p->owner); ast_queue_hangup(p->owner);
if (option_debug > 2) if (option_debug > 2)
ast_log(LOG_DEBUG, "Received bye, issuing owner hangup\n."); ast_log(LOG_DEBUG, "Received bye, issuing owner hangup\n");
} else { } else {
sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT); sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
if (option_debug > 2) if (option_debug > 2)
ast_log(LOG_DEBUG, "Received bye, no owner, selfdestruct soon.\n."); ast_log(LOG_DEBUG, "Received bye, no owner, selfdestruct soon.\n");
} }
transmit_response(p, "200 OK", req); transmit_response(p, "200 OK", req);

Loading…
Cancel
Save