Index: trunk/psLib/src/fits/psFits.c
===================================================================
--- trunk/psLib/src/fits/psFits.c	(revision 36296)
+++ trunk/psLib/src/fits/psFits.c	(revision 36364)
@@ -243,5 +243,6 @@
         (&fptr, name, iomode, &status);
         if (fptr == NULL || status != 0) {
-            psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s'"), name);
+            // MEH -- if cfitsio error and have status, really want to know it as well and should be added where lacking elsewhere
+	    psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s %d'"), name,status);
             return NULL;
         }
