From 8912b80e13558b2e52643f904ca81ea7bce9d93c Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 13 Jan 2010 17:01:36 +0000 Subject: [PATCH] (FSCORE-524) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 4 ++-- src/mod/endpoints/mod_sofia/mod_sofia.c | 1 + src/switch.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index a06056ce8d..0a330366b4 100644 --- a/configure.in +++ b/configure.in @@ -953,7 +953,7 @@ AC_OUTPUT ## echo -echo "-------------------------- FreeSWITCH configuration ------------------------" +echo "-------------------------- FreeSWITCH configuration --------------------------" echo "" echo " Locations:" echo " Selected layout: ${layout_name}" @@ -967,4 +967,4 @@ echo " sysconfdir: ${sysconfdir}" echo " runtimedir: ${runtimedir}" echo " logfiledir: ${logfiledir}" echo "" -echo "----------------------------------------------------------------------------" +echo "------------------------------------------------------------------------------" diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 2595f2995d..675774ac47 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -3942,6 +3942,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_sofia_load) switch_console_set_complete("add sofia profile ::sofia::list_profiles siptrace off"); switch_console_set_complete("add sofia status profile ::sofia::list_profiles"); + switch_console_set_complete("add sofia status profile ::sofia::list_profiles reg"); switch_console_set_complete("add sofia status gateway ::sofia::list_gateways"); switch_console_set_complete("add sofia xmlstatus profile ::sofia::list_profiles"); switch_console_set_complete("add sofia xmlstatus gateway ::sofia::list_gateways"); diff --git a/src/switch.c b/src/switch.c index 1c85a1002e..00a884b316 100644 --- a/src/switch.c +++ b/src/switch.c @@ -679,7 +679,7 @@ int main(int argc, char *argv[]) char buf[1024] = ""; int i = 0; - fprintf(stderr, "Error: stacksize %d is too large: run ulimit -s %d or run %s -waste.\nauto-adjusting stack size for optimal performance....\n", + fprintf(stderr, "Error: stacksize %d is too large: run ulimit -s %d or run %s -waste.\nauto-adjusting stack size for optimal performance...\n", (int)(rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024, local_argv[0]); memset(&rlp, 0, sizeof(rlp));