IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13028


Ignore:
Timestamp:
Apr 25, 2007, 12:52:25 PM (19 years ago)
Author:
magnier
Message:

temporarily turning off logging for psMetadata.c copying a pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadata.c

    r12825 r13028  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.159 $ $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 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    426426    default:
    427427        // 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);
    429431        newItem = p_psMetadataItemAlloc(file, lineno, func, in->name, in->type, in->comment, in->data.V);
    430432        break;
Note: See TracChangeset for help on using the changeset viewer.