Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 10706)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 10707)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.146 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-27 01:09:50 $
+ *  @version $Revision: 1.147 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-14 04:46:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -600,6 +600,6 @@
             }
             psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                    _("Duplicate metadata item name is not allowed.  "
-                      "Use a psMetadataFlags option to allow such action."));
+                    _("Duplicate metadata item name: %s is not allowed.  "
+                      "Use a psMetadataFlags option to allow such action."), item->name);
             return false;
         }
