]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Mar 2009 17:47:42 +0000 (17:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Mar 2009 17:47:42 +0000 (17:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12537 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch.c

index 17aa11127fa62b8b5075cdad5eae8600b5ba618d..f397e4a05ad53c534d5a480b146bf887d0d6b78f 100644 (file)
@@ -627,7 +627,7 @@ int main(int argc, char *argv[])
                        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);