IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2008, 3:12:13 PM (17 years ago)
Author:
Paul Price
Message:

Moving annoying trace to higher level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r20755 r20833  
    8484
    8585        long numWithin = psTreeWithin(tree, coords, exclusion); // Number within exclusion zone
    86         psTrace("ppStack", 5, "Source at %.0lf,%.0lf has %ld sources in exclusion zone",
     86        psTrace("ppStack", 9, "Source at %.0lf,%.0lf has %ld sources in exclusion zone",
    8787                coords->data.F64[0], coords->data.F64[1], numWithin);
    8888        if (numWithin == 1) {
Note: See TracChangeset for help on using the changeset viewer.