[Freeswitch-svn] [commit] r11029 - freeswitch/trunk/libs/esl
FreeSWITCH SVN
anthm at freeswitch.org
Wed Dec 31 10:51:26 PST 2008
Author: anthm
Date: Wed Dec 31 13:51:26 2008
New Revision: 11029
Log:
tweak
Modified:
freeswitch/trunk/libs/esl/fs_cli.c
Modified: freeswitch/trunk/libs/esl/fs_cli.c
==============================================================================
--- freeswitch/trunk/libs/esl/fs_cli.c (original)
+++ freeswitch/trunk/libs/esl/fs_cli.c Wed Dec 31 13:51:26 2008
@@ -259,7 +259,7 @@
!strcasecmp(cmd, "...") ||
!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;
}
@@ -355,11 +355,11 @@
" | _| ___) | | |___| |___ | | \n"
" |_| |____/ \\____|_____|___| \n"
"\n"
- "****************************************************\n"
- "* Anthony Minessale II, Ken Rice, Michael Jerris *\n"
- "* FreeSWITCH (http://www.freeswitch.org) *\n"
- "* Brought to you by ClueCon http://www.cluecon.com *\n"
- "****************************************************\n"
+ "*****************************************************\n"
+ "* Anthony Minessale II, Ken Rice, Michael Jerris *\n"
+ "* FreeSWITCH (http://www.freeswitch.org) *\n"
+ "* Brought to you by ClueCon http://www.cluecon.com/ *\n"
+ "*****************************************************\n"
"\n\n"
);
}
More information about the Freeswitch-svn
mailing list