Changeset 13028
- Timestamp:
- Apr 25, 2007, 12:52:25 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
r12825 r13028 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 59$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-04- 13 00:22:35 $14 * @version $Revision: 1.160 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-04-25 22:52:25 $ 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); 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); 429 431 newItem = p_psMetadataItemAlloc(file, lineno, func, in->name, in->type, in->comment, in->data.V); 430 432 break;
Note:
See TracChangeset
for help on using the changeset viewer.
