IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23297


Ignore:
Timestamp:
Mar 12, 2009, 11:53:29 AM (17 years ago)
Author:
Paul Price
Message:

Adding additional error info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpParseCamera.c

    r23293 r23297  
    2626    pmFPAfile *file = pmFPAfileDefineFromRun(&status, config, filerule); // File to return
    2727    if (!status) {
    28         psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition");
     28        psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule);
    2929        return NULL;
    3030    }
     
    3737        }
    3838        if (!status) {
    39             psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition");
     39            psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule);
    4040            return false;
    4141        }
Note: See TracChangeset for help on using the changeset viewer.