From 2f6f0b19c5dd34c0389729a26b8f2ad73c9c44ed Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 3 Jul 2006 07:25:33 +0000 Subject: [PATCH] Raise debugging level for message git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36797 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index f7b9e2825b..ad4f5b1bc2 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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); }