Raise debugging level for message

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36797 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-07-03 07:25:33 +00:00
parent e3482f7f38
commit 2f6f0b19c5
1 changed files with 1 additions and 1 deletions

View File

@ -13405,7 +13405,7 @@ static int handle_request_refer(struct sip_pvt *p, struct sip_request *req, int
transmit_response(p, "202 Accepted", req);
if (current.chan1 && current.chan2) {
if (option_debug)
if (option_debug > 2)
ast_log(LOG_DEBUG, "chan1->name: %s\n", current.chan1->name);
pbx_builtin_setvar_helper(current.chan1, "BLINDTRANSFER", current.chan2->name);
}