提交 2efc763d authored 作者: Mathieu Rene's avatar Mathieu Rene

s/depricated/deprecated/

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11984 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a52849b5
......@@ -2854,7 +2854,7 @@ static JSBool session_originate(JSContext * cx, JSObject * obj, uintN argc, jsva
jss->cause = SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "This method is depricated, please use new Session(\"<dial string>\", a_leg) \n");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "This method is deprecated, please use new Session(\"<dial string>\", a_leg) \n");
if (jss->session) {
eval_some_js("~throw new Error(\"cannot call this method on an initialized session\");", cx, obj, rval);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论