IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2010, 5:41:33 PM (16 years ago)
Author:
watersc1
Message:

Still broken with weird memory errors, but committing anyway due to JHU trip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100817/ppImage/src/ppImageDefineFile.c

    r26494 r29486  
    1515        file = pmFPAfileDefineFromArgs(&status, config, filerule, argname);
    1616        if (!status) {
    17             psError(PS_ERR_UNKNOWN, false, "failed to load file definition");
     17            psError(PS_ERR_UNKNOWN, false, "failed to load file definition ARG LIST");
    1818            return false;
    1919        }
     
    2323        file = pmFPAfileDefineFromRun(&status, NULL, config, filerule);
    2424        if (!status) {
    25             psError(PS_ERR_UNKNOWN, false, "failed to load file definition");
     25            psError(PS_ERR_UNKNOWN, false, "failed to load file definition RUN");
    2626            return false;
    2727        }
     
    3131        file = pmFPAfileDefineFromConf(&status, config, filerule);
    3232        if (!status) {
    33             psError(PS_ERR_UNKNOWN, false, "failed to load file definition");
     33            psError(PS_ERR_UNKNOWN, false, "failed to load file definition CONFIG");
    3434            return false;
    3535        }
     
    3939        file = pmFPAfileDefineFromDetDB(&status, config, filerule, input, detrendType);
    4040        if (!status) {
    41             psError(PS_ERR_UNKNOWN, false, "failed to load file definition");
     41            psError(PS_ERR_UNKNOWN, false, "failed to load file definition DETREND");
    4242            return false;
    4343        }
Note: See TracChangeset for help on using the changeset viewer.