IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11792


Ignore:
Timestamp:
Feb 14, 2007, 2:31:31 PM (19 years ago)
Author:
magnier
Message:

clarified error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAConstruct.c

    r11255 r11792  
    787787    psString newFPAname = phuNameFromHeader("FPA.NAME", fileInfo, phu); // New name for the FPA
    788788    if (!newFPAname) {
    789         psError(PS_ERR_IO, true, "Unable to determine FPA.NAME");
     789        psError(PS_ERR_IO, true, "Unable to determine FPA.NAME : check for FPA.NAME in FILE in FORMAT");
    790790        return NULL;
    791791    }
Note: See TracChangeset for help on using the changeset viewer.