提交 938cf9f1 authored 作者: Anthony Minessale's avatar Anthony Minessale

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11029 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 3d57467b
...@@ -259,7 +259,7 @@ static int process_command(esl_handle_t *handle, const char *cmd) ...@@ -259,7 +259,7 @@ static int process_command(esl_handle_t *handle, const char *cmd)
!strcasecmp(cmd, "...") || !strcasecmp(cmd, "...") ||
!strcasecmp(cmd, "bye") !strcasecmp(cmd, "bye")
) { ) {
esl_log(ESL_LOG_INFO, "Goodbye!\nSee you at ClueCon http://www.cluecon.com\n"); esl_log(ESL_LOG_INFO, "Goodbye!\nSee you at ClueCon http://www.cluecon.com/\n");
return -1; return -1;
} }
...@@ -355,11 +355,11 @@ static void print_banner(FILE *stream) ...@@ -355,11 +355,11 @@ static void print_banner(FILE *stream)
" | _| ___) | | |___| |___ | | \n" " | _| ___) | | |___| |___ | | \n"
" |_| |____/ \\____|_____|___| \n" " |_| |____/ \\____|_____|___| \n"
"\n" "\n"
"****************************************************\n" "*****************************************************\n"
"* Anthony Minessale II, Ken Rice, Michael Jerris *\n" "* Anthony Minessale II, Ken Rice, Michael Jerris *\n"
"* FreeSWITCH (http://www.freeswitch.org) *\n" "* FreeSWITCH (http://www.freeswitch.org) *\n"
"* Brought to you by ClueCon http://www.cluecon.com *\n" "* Brought to you by ClueCon http://www.cluecon.com/ *\n"
"****************************************************\n" "*****************************************************\n"
"\n\n" "\n\n"
); );
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论