Changeset 13689
- Timestamp:
- Jun 6, 2007, 2:42:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.c
r13028 r13689 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.16 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-0 4-25 22:52:25$14 * @version $Revision: 1.161 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-06-07 00:42:13 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 426 426 default: 427 427 // Other kinds of pointers 428 // psLogMsg(__func__, PS_LOG_WARN, "Copying a pointer in the metadata item: %x\n", in->type); 429 // XXX return to log when pmConcepts.c: 890 is addressed 430 psTrace("psLib.types", PS_LOG_WARN, "Copying a pointer in the metadata item: %x\n", in->type); 428 psWarning("Copying a pointer in the metadata item: %s (%x)\n", in->name, in->type); 431 429 newItem = p_psMetadataItemAlloc(file, lineno, func, in->name, in->type, in->comment, in->data.V); 432 430 break;
Note:
See TracChangeset
for help on using the changeset viewer.
