Changeset 1653 for trunk/psLib/src/collections/psMetadata.c
- Timestamp:
- Aug 27, 2004, 3:18:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psMetadata.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psMetadata.c
r1621 r1653 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-08-2 5 20:21:25$14 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-08-28 01:18:28 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 482 482 entry = (psMetadataItem* ) psHashLookup(mdTable, key); 483 483 if (entry == NULL) { 484 psError(__func__, "Could not find metadata item. Key: %s", key);485 484 return NULL; 486 485 } … … 567 566 } 568 567 569 // Match not found570 if (entry == NULL) {571 psError(__func__, "Couldn't find metadata item");572 }573 574 568 return entry; 575 569 } … … 605 599 return psListGetPrevious(mdList); 606 600 } 607 }608 609 // Match not found610 if (entry == NULL) {611 psError(__func__, "Couldn't find metadata item", match);612 601 } 613 602
Note:
See TracChangeset
for help on using the changeset viewer.
