[xiph-commits] r15292 - trunk/cdparanoia

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Sep 11 04:22:25 PDT 2008


Author: xiphmont
Date: 2008-09-11 04:22:25 -0700 (Thu, 11 Sep 2008)
New Revision: 15292

Modified:
   trunk/cdparanoia/cachetest.c
Log:
Cosmetic fix to cachetest log



Modified: trunk/cdparanoia/cachetest.c
===================================================================
--- trunk/cdparanoia/cachetest.c	2008-09-11 11:09:32 UTC (rev 15291)
+++ trunk/cdparanoia/cachetest.c	2008-09-11 11:22:25 UTC (rev 15292)
@@ -338,6 +338,7 @@
 
 	    if(ret==1 && i && x<MIN_SEEK_MS){ 
 	      under=1;
+	      logC("\n");
 	      break;
 	    }
 	  }
@@ -724,7 +725,7 @@
     if(readsize>cachesize-1)readsize=cachesize-1;
 
     if(readsize<7){
-      reportC("\tCache size (minus rollbehind) too small to test cache speed.\n");
+      reportC("\tCache size (considering rollbehind) too small to test cache speed.\n");
     }else{
       reportC("\tTesting cache transfer speed...");
       



More information about the commits mailing list