Index: /trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- /trunk/psLib/src/types/psMetadataConfig.c	(revision 12434)
+++ /trunk/psLib/src/types/psMetadataConfig.c	(revision 12435)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.129 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-03-07 02:50:15 $
+*  @version $Revision: 1.130 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-03-14 02:37:34 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1441,4 +1441,5 @@
             psError(PS_ERR_BAD_PARAMETER_VALUE, true,
                     _("Specified psDataType, %d, is not supported."), PS_DATA_UNKNOWN);
+	    psTrace("psLib.types", 5, "failed to find key %s\n", (char *) keys->data[i]);
             psFree(keys);
             psFree(format);
@@ -1448,4 +1449,5 @@
         if (!str) {
             psError(PS_ERR_UNKNOWN, false, "failed to format psMetadataItem");
+	    psTrace("psLib.types", 5, "failed to format %s\n", (char *) keys->data[i]);
             psFree(keys);
             psFree(format);
