IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2007, 12:24:44 PM (19 years ago)
Author:
eugene
Message:

fixed error handling issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroDataSave.c

    r10438 r11269  
    1919    pmFPAfile *output = psMetadataLookupPtr (NULL, config->files, "PSASTRO.OUTPUT");
    2020    if (!output) {
    21         psError(PSASTRO_ERR_CONFIG, true, "Can't find output data!\n");
     21        psError(PSASTRO_ERR_CONFIG, true, "Can't find or interpret output file rule PSASTRO.OUTPUT!\n");
    2222        return false;
    2323    }
Note: See TracChangeset for help on using the changeset viewer.