[svn-commits] seanbright: branch 1.6.1 r234574 - in /branches/1.6.1: ./ main/timing.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 14 10:09:46 CST 2009


Author: seanbright
Date: Mon Dec 14 10:09:43 2009
New Revision: 234574

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234574
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.1/   (props changed)
    branches/1.6.1/main/timing.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/main/timing.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/main/timing.c?view=diff&rev=234574&r1=234573&r2=234574
==============================================================================
--- branches/1.6.1/main/timing.c (original)
+++ branches/1.6.1/main/timing.c Mon Dec 14 10:09:43 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 svn-commits mailing list