Index: /trunk/psLib/test/fileUtils/tst_psFits.c
===================================================================
--- /trunk/psLib/test/fileUtils/tst_psFits.c	(revision 3035)
+++ /trunk/psLib/test/fileUtils/tst_psFits.c	(revision 3036)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-01-18 19:12:29 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-01-18 19:14:04 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -870,6 +870,6 @@
                 (!boolItem && ((row&0x01) == 0))) {
             psError(PS_ERR_UNKNOWN, true,
-                    "Failed to retrieve psBool metadata item from file (row=%d).",
-                    row);
+                    "Failed to retrieve psBool metadata item from file (row=%d). Got %d vs %d",
+                    row, boolItem, ((row&0x01) == 0));
             return 23;
         }
