Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 8845)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 8846)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-10 08:53:07 $
+ *  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-09-20 02:08:43 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -605,5 +605,5 @@
         // Node doesn't exist - Add new metadata item to metadata collection's hash
         /*  The following is unneeded.  HashAdd can't return false with non-null inputs.
-         
+
                 if(!psHashAdd(mdTable, key, (psPtr)item)) {
                     psError(PS_ERR_UNKNOWN,false,
@@ -1315,5 +1315,5 @@
             }
         case PS_DATA_LIST:
-            fprintf(fd, "<a list of unknown contents>\n");
+            fprintf(fd, "<a list of size %ld>\n", ((psList*)item->data.V)->n);
             break;
         case PS_DATA_TIME: {
