Index: trunk/psModules/src/detrend/pmFringeStats.c
===================================================================
--- trunk/psModules/src/detrend/pmFringeStats.c	(revision 8848)
+++ trunk/psModules/src/detrend/pmFringeStats.c	(revision 9541)
@@ -3,6 +3,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-20 02:36:36 $
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:11:02 $
  *
  *  Copyright 2004 IfA
@@ -600,5 +600,5 @@
     }
 
-    if (psTraceGetLevel(__func__) >= 5) {
+    if (psTraceGetLevel("psModules.detrend") >= 5) {
         printf("From %d points:\n", numPoints);
         for (int i = 0; i < numCoeffs; i++) {
@@ -802,5 +802,5 @@
     pmFringeStats *scienceStats = pmFringeStatsMeasure(fringes, readout, maskVal);
 
-    if (psTraceGetLevel(__func__) > 9) {
+    if (psTraceGetLevel("psModules.detrend") > 9) {
         for (int i = 0; i < fringes->nRequested; i++) {
             printf("%f", scienceStats->f->data.F32[i]);
