[jboss-cvs] JBoss Messaging SVN: r7430 - trunk/native/src.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 22 14:15:42 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-22 14:15:41 -0400 (Mon, 22 Jun 2009)
New Revision: 7430

Modified:
   trunk/native/src/disktest.cpp
Log:
small tweak

Modified: trunk/native/src/disktest.cpp
===================================================================
--- trunk/native/src/disktest.cpp	2009-06-22 12:46:24 UTC (rev 7429)
+++ trunk/native/src/disktest.cpp	2009-06-22 18:15:41 UTC (rev 7430)
@@ -45,7 +45,6 @@
    directory = param[1];
    numberOfFiles = atoi(param[2]);
 
-   fprintf (stderr, "allocating file");
    if (posix_memalign(&preAllocBuffer, 512, bufferSize))
    {
        fprintf (stderr, "Error allocating buffer");




More information about the jboss-cvs-commits mailing list