Index: trunk/psLib/src/types/psMetadata.c
===================================================================
--- trunk/psLib/src/types/psMetadata.c	(revision 13010)
+++ trunk/psLib/src/types/psMetadata.c	(revision 13028)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.159 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-04-13 00:22:35 $
+ *  @version $Revision: 1.160 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-25 22:52:25 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -426,5 +426,7 @@
     default:
         // Other kinds of pointers
-        psLogMsg(__func__, PS_LOG_WARN, "Copying a pointer in the metadata item: %x\n", in->type);
+      // psLogMsg(__func__, PS_LOG_WARN, "Copying a pointer in the metadata item: %x\n", in->type);
+      // XXX return to log when pmConcepts.c: 890 is addressed
+        psTrace("psLib.types", PS_LOG_WARN, "Copying a pointer in the metadata item: %x\n", in->type);
         newItem = p_psMetadataItemAlloc(file, lineno, func, in->name, in->type, in->comment, in->data.V);
         break;
