aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-01 17:59:37 +0000
committernorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-01 17:59:37 +0000
commit427e0172ea3959936ba8eb27a1c7f3081a0f0bd4 (patch)
tree731d37b60e0a289db0aa534a00cefb0dc0990e1f
parent14ce4301aae402f6aea34b26f9fd75b01e2d7985 (diff)
It might help if this had the right stimulus name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36562 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_skinny.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 47f8cd038..0dc12419f 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -2799,7 +2799,7 @@ static int handle_stimulus_message(skinny_req *req, struct skinnysession *s)
break;
case STIMULUS_CONFERENCE:
if (skinnydebug)
- ast_verbose("Received Stimulus: Transfer(%d)\n", instance);
+ ast_verbose("Received Stimulus: Conference(%d)\n", instance);
transmit_tone(s, SKINNY_DIALTONE);
/* XXX determine the best way to pull off a conference. Meetme? */
break;