IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17222


Ignore:
Timestamp:
Mar 28, 2008, 4:39:57 PM (18 years ago)
Author:
Paul Price
Message:

Shortening warning message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsReadout.c

    r17221 r17222  
    7474                !isfinite(sampleValues->data.F32[i])) {
    7575                if (!warnNonFinite) {
    76                     psWarning("Unmasked non-finite value detected at %d,%d; "
    77                               "further warnings will be suppressed", x, y);
     76                    psWarning("Unmasked non-finite value detected at %d,%d; suppressing further warnings",
     77                              x, y);
    7878                    warnNonFinite = true;
    7979                }
Note: See TracChangeset for help on using the changeset viewer.