Changeset 10707
- Timestamp:
- Dec 13, 2006, 6:46:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.c
r9754 r10707 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.14 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-1 0-27 01:09:50$14 * @version $Revision: 1.147 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-12-14 04:46:45 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 600 600 } 601 601 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 602 _("Duplicate metadata item name is not allowed. "603 "Use a psMetadataFlags option to allow such action.") );602 _("Duplicate metadata item name: %s is not allowed. " 603 "Use a psMetadataFlags option to allow such action."), item->name); 604 604 return false; 605 605 }
Note:
See TracChangeset
for help on using the changeset viewer.
