IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 12:14:07 PM (20 years ago)
Author:
Paul Price
Message:

Fixing psTraceGetLevel to use same convention as for psTrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r8848 r9541  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-09-20 02:36:36 $
     7 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-10-13 22:11:02 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    282282            minInputCols - output->col0, maxInputCols - output->col0,
    283283            minInputRows - output->row0, maxInputRows - output->row0);
    284     if (psTraceGetLevel(__func__) >= 3) {
     284    if (psTraceGetLevel("psModules.imcombine") >= 3) {
    285285        for (int r = 0; r < inputs->n; r++) {
    286286            pmReadout *readout = inputs->data[r]; // Input readout
     
    309309        #if 0
    310310
    311         if (psTraceGetLevel(__func__) > 9) {
     311        if (psTraceGetLevel("psModules.imcombine") > 9) {
    312312            printf("Processing row %d\r", i);
    313313            fflush(stdout);
     
    390390    }
    391391    #if 0
    392     if (psTraceGetLevel(__func__) > 9) {
     392    if (psTraceGetLevel("psModules.imcombine") > 9) {
    393393        printf("\n");
    394394    }
Note: See TracChangeset for help on using the changeset viewer.