[Freeswitch-svn] [commit] r12537 - freeswitch/trunk/src

FreeSWITCH SVN anthm at freeswitch.org
Mon Mar 9 10:47:42 PDT 2009


Author: anthm
Date: Mon Mar  9 12:47:42 2009
New Revision: 12537

Log:
update

Modified:
   freeswitch/trunk/src/switch.c

Modified: freeswitch/trunk/src/switch.c
==============================================================================
--- freeswitch/trunk/src/switch.c	(original)
+++ freeswitch/trunk/src/switch.c	Mon Mar  9 12:47:42 2009
@@ -627,7 +627,7 @@
 			rlp.rlim_cur = SWITCH_THREAD_STACKSIZE;
 			rlp.rlim_max = SWITCH_THREAD_STACKSIZE;
 			setrlimit(RLIMIT_STACK, &rlp);
-			fprintf(stderr, "Error: stacksize %ld 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, argv[0]);
 			apr_terminate();
 			ret = (int)execv(argv[0], argv);



More information about the Freeswitch-svn mailing list