IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2005, 4:54:52 PM (21 years ago)
Author:
Paul Price
Message:

Working under pslib-0.7.0, but don't have the inner loop behaving yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/pmConfig.c

    r4820 r5104  
    133133        }
    134134        psTrace(__func__, 7, "Setting log destination to STDOUT.\n");
    135         psLogSetDestination(0);
     135        psLogSetDestination(PS_LOG_TO_STDOUT);
    136136    }
    137137
     
    147147            }
    148148            psTrace(__func__, 7, "Setting trace level for %s to %d\n", traceItem->name, traceItem->data.S32);
    149             (void)psTraceSetLevel(traceItem->name, traceItem->data.S32);
     149            psTraceSetLevel(traceItem->name, traceItem->data.S32);
    150150        }
    151151        psFree(traceIter);
Note: See TracChangeset for help on using the changeset viewer.