提交 c086f23e authored 作者: Brian West's avatar Brian West

Fix newline char.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@809 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0fe17aff
......@@ -380,11 +380,11 @@ SWITCH_DECLARE(switch_status) switch_loadable_module_init()
if (!strcasecmp(var, "load")) {
if (!strcasecmp(val, "all")) {
if (count == 1) {
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "Loading all modules.");
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "Loading all modules.\n");
all = 1;
break;
} else {
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "This option must be the first one to work.");
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "This option must be the first one to work.\n");
}
} else {
if (strchr(val, '.') && !strstr(val, ext) && !strstr(val, EXT)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论