[asterisk-commits] seanbright: trunk r234572 - /trunk/main/timing.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 14 10:08:14 CST 2009
Author: seanbright
Date: Mon Dec 14 10:08:09 2009
New Revision: 234572
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234572
Log:
The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised.
Modified:
trunk/main/timing.c
Modified: trunk/main/timing.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/timing.c?view=diff&rev=234572&r1=234571&r2=234572
==============================================================================
--- trunk/main/timing.c (original)
+++ trunk/main/timing.c Mon Dec 14 10:08:09 2009
@@ -216,7 +216,7 @@
case CLI_INIT:
e->command = "timing test";
e->usage = "Usage: timing test <rate>\n"
- " Test a timer with a specified rate, 100/sec by default.\n"
+ " Test a timer with a specified rate, 50/sec by default.\n"
"";
return NULL;
case CLI_GENERATE:
More information about the asterisk-commits
mailing list