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/ppMerge/src/ppMergeCombine.c

    r9466 r9541  
    5555{
    5656    return;
    57     if (psTraceGetLevel(__func__) > 9) {
     57    if (psTraceGetLevel("ppMerge") > 9) {
    5858        psMemBlock **leaks = NULL;
    5959        int numLeaks = psMemCheckLeaks(0, &leaks, NULL, true);
Note: See TracChangeset for help on using the changeset viewer.