IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19227


Ignore:
Timestamp:
Aug 26, 2008, 3:04:17 PM (18 years ago)
Author:
Paul Price
Message:

Change to decent logging level.

File:
1 edited

Legend:

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

    r19226 r19227  
    288288        float stdev = iter == 0 ? stats->sampleStdev : stats->clippedStdev; // Standard deviation
    289289        long numStats = iter == 0 ? numIn : stats->clippedNvalues; // Number used for statistics
    290         psLogMsg("ppStack.sources", 7, "Magnitude difference from %ld overlaps is %f +/- %f\n",
     290        psLogMsg("ppStack.sources", PS_LOG_INFO, "Magnitude difference from %ld overlaps is %f +/- %f\n",
    291291                 numStats, meanDiff, stdev);
    292292        psFree(stats);
Note: See TracChangeset for help on using the changeset viewer.