summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-06 17:19:54 +0000
committerMark Spencer <markster@digium.com>2005-01-06 17:19:54 +0000
commit51880b7ddcb9928b949f2a3c38402e71f9274d5e (patch)
tree4e122a34403561f9c1a6f7ece649acfa3986e471 /res
parent9ff8416c791686cd6f81114000d65d7acf3af970 (diff)
Fix typo for blind transfer (bug #3259)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rwxr-xr-xres/res_features.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 04147cd20..8b2ad415b 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -418,7 +418,6 @@ static int builtin_blindtransfer(struct ast_channel *chan, struct ast_channel *p
int res;
int len;
- ast_log(LOG_NOTICE, "XXX Blind Transfer %s, %s (sense=%d) XXX\n", chan->name, peer->name, sense);
if (sense == FEATURE_SENSE_PEER) {
transferer = peer;
transferee = chan;