[asterisk-commits] seanbright: branch 1.6.2 r234575 - in /branches/1.6.2: ./ main/timing.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 14 10:10:34 CST 2009
Author: seanbright
Date: Mon Dec 14 10:10:30 2009
New Revision: 234575
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234575
Log:
Merged revisions 234572 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r234572 | seanbright | 2009-12-14 11:08:09 -0500 (Mon, 14 Dec 2009) | 2 lines
The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/main/timing.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/main/timing.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/timing.c?view=diff&rev=234575&r1=234574&r2=234575
==============================================================================
--- branches/1.6.2/main/timing.c (original)
+++ branches/1.6.2/main/timing.c Mon Dec 14 10:10:30 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