IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17640


Ignore:
Timestamp:
May 12, 2008, 12:25:01 PM (18 years ago)
Author:
Paul Price
Message:

More meaningful message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBackground.c

    r17371 r17640  
    7474    }
    7575    if (n < 0.01*Nsubset) {
    76         psLogMsg ("psLib", PS_LOG_INFO, "too few data points");
    77         psFree (values);
     76        psLogMsg("psLib.psImageBackground", PS_LOG_INFO,
     77                 "Unable to measure image background: too few data points (%d)", n);
     78        psFree(values);
    7879        return false;
    7980    }
Note: See TracChangeset for help on using the changeset viewer.