提交 5cad11b9 authored 作者: Brian West's avatar Brian West

make it more obvious

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3700 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 66be44b3
......@@ -292,7 +292,7 @@ static switch_status_t switch_loadable_module_load_file(char *filename, switch_l
status = apr_dso_sym((apr_dso_handle_sym_t *)&load_func_ptr, dso, "switch_module_load");
if (load_func_ptr == NULL) {
err = "Cannot Load";
err = "Cannot locate symbol 'switch_module_load' please make sure this is a vaild module.";
break;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论