Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 9634)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 9635)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.141 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-18 15:27:49 $
+ *  @version $Revision: 1.142 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-18 20:16:58 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1387,5 +1387,6 @@
         default:
             //            fprintf(fd, "\n");
-            psError(PS_ERR_IO, false, "Non-printable metadata type: %x\n", item->type);
+            psError(PS_ERR_IO, false, "Non-printable metadata type for \"%s\": %x\n",
+                    item->name, item->type);
             noErrors = false;
             break;
