IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7922


Ignore:
Timestamp:
Jul 17, 2006, 4:12:15 PM (20 years ago)
Author:
Paul Price
Message:

Fixing error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r7604 r7922  
    181181    pmHDU *hdu = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level
    182182    if (!hdu) {
    183         psError(PS_ERR_UNKNOWN, true, "Can't find HDU for cell");
     183        psError(PS_ERR_UNKNOWN, true, "Can't find HDU for fpa, chip or cell");
    184184        return false;
    185185    }
Note: See TracChangeset for help on using the changeset viewer.