IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29460


Ignore:
Timestamp:
Oct 17, 2010, 9:23:56 AM (16 years ago)
Author:
eugene
Message:

clarify error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psphot/src/psphotStackParseCamera.c

    r28013 r29460  
    9191
    9292        if (!rawInputFile && !cnvInputFile) {
    93             psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Component %s (%d) lacks IMAGE of type STR", item->name, i);
     93            psError(PSPHOT_ERR_CONFIG, true, "Component %s (%d) lacks both RAW:IMAGE and CNV:IMAGE of type STR", item->name, i);
    9494            return false;
    9595        }
Note: See TracChangeset for help on using the changeset viewer.