IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2010, 5:36:13 PM (16 years ago)
Author:
Paul Price
Message:

Being better about errors and their mapping to exit codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadoutStats.c

    r23939 r26982  
    2323    pmFPAfile *output = psMetadataLookupPtr(NULL, config->files, "PPSUB.OUTPUT"); // Output file
    2424    if (!output) {
    25         psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find file PPSUB.OUTPUT.\n");
     25        psError(PPSUB_ERR_PROG, true, "Unable to find file PPSUB.OUTPUT.\n");
    2626        return false;
    2727    }
Note: See TracChangeset for help on using the changeset viewer.