IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2013, 2:12:33 PM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psLib/src/fits/psFits.c

    r28208 r36369  
    243243        (&fptr, name, iomode, &status);
    244244        if (fptr == NULL || status != 0) {
    245             psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s'"), name);
     245            // MEH -- if cfitsio error and have status, really want to know it as well and should be added where lacking elsewhere
     246            psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s %d'"), name,status);
    246247            return NULL;
    247248        }
Note: See TracChangeset for help on using the changeset viewer.