]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Raise debugging level for message
authorOlle Johansson <oej@edvina.net>
Mon, 3 Jul 2006 07:25:33 +0000 (07:25 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 3 Jul 2006 07:25:33 +0000 (07:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36797 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index f7b9e2825b1a055aa2150954c3e2852b9a2dc08c..ad4f5b1bc24a050c2ab3b7c4d89d21d793d776bb 100644 (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);
        }