]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 31 Dec 2008 18:51:26 +0000 (18:51 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 31 Dec 2008 18:51:26 +0000 (18:51 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11029 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index 7b7a335b129b900ae395cc95d86b7f00ed53bd34..3cc21bc26494dc1c89152148c69a31e5a777e96a 100644 (file)
@@ -259,7 +259,7 @@ static int process_command(esl_handle_t *handle, const char *cmd)
                        !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 @@ static void print_banner(FILE *stream)
                        "          |  _|  ___) | | |___| |___ | |            \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"
                        );
 }