Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 2788)
+++ trunk/psLib/src/math/psStats.c	(revision 2989)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-22 05:09:32 $
+ *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-14 00:53:56 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1642,6 +1642,7 @@
                      "WARNING: the fitted Gaussian has more than 10%% error for the mean.\n");
             psLogMsg(__func__, PS_LOG_WARN,
-                     "WARNING: Using the calculated mean instead of Gaussian-fitted mean.(calc, fit) is (%f, %f)\n",
-                     myMean, myParams->data.F32[0]);
+                     "WARNING: Using the calculated mean instead of Gaussian-fitted mean.");
+            //                     "WARNING: Using the calculated mean instead of Gaussian-fitted mean.(calc, fit) is (%f, %f)\n",
+            //                     myMean, myParams->data.F32[0]);
             stats->robustMean = myMean;
         } else {
@@ -1659,6 +1660,7 @@
                      "WARNING: the fitted Gaussian has more than 10%% error for the stdev.\n");
             psLogMsg(__func__, PS_LOG_WARN,
-                     "WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.(calc, fit) is (%f, %f)\n",
-                     myStdev, myParams->data.F32[1]);
+                     "WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.");
+            //                     "WARNING: Using the calculated stdev instead of Gaussian-fitted stdev.(calc, fit) is (%f, %f)\n",
+            //                     myStdev, myParams->data.F32[1]);
             stats->robustStdev = myStdev;
         } else {
