IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2009, 10:00:05 AM (17 years ago)
Author:
Paul Price
Message:

Fixing syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src/ppSubReadoutPhotometry.c

    r23580 r23597  
    9393        // This is likely a data quality issue
    9494        // XXX Split into multiple cases using error codes?
    95         psErrorStackPrint("Unable to perform photometry on image");
     95        psErrorStackPrint(stderr, "Unable to perform photometry on image");
    9696        psWarning("Unable to perform photometry on image --- suspect bad data quality.");
    9797        if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) {
Note: See TracChangeset for help on using the changeset viewer.