Index: trunk/psModules/src/imcombine/pmReadoutCombine.c
===================================================================
--- trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 8848)
+++ trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 9541)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-20 02:36:36 $
+ *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:11:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -282,5 +282,5 @@
             minInputCols - output->col0, maxInputCols - output->col0,
             minInputRows - output->row0, maxInputRows - output->row0);
-    if (psTraceGetLevel(__func__) >= 3) {
+    if (psTraceGetLevel("psModules.imcombine") >= 3) {
         for (int r = 0; r < inputs->n; r++) {
             pmReadout *readout = inputs->data[r]; // Input readout
@@ -309,5 +309,5 @@
         #if 0
 
-        if (psTraceGetLevel(__func__) > 9) {
+        if (psTraceGetLevel("psModules.imcombine") > 9) {
             printf("Processing row %d\r", i);
             fflush(stdout);
@@ -390,5 +390,5 @@
     }
     #if 0
-    if (psTraceGetLevel(__func__) > 9) {
+    if (psTraceGetLevel("psModules.imcombine") > 9) {
         printf("\n");
     }
