IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13689


Ignore:
Timestamp:
Jun 6, 2007, 2:42:13 PM (19 years ago)
Author:
Paul Price
Message:

Having dealt with the problem in pmConcepts.c, changed the trace back to a bona-fide warning.

File:
1 edited

Legend:

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

    r13028 r13689  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.160 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-04-25 22:52:25 $
     14 *  @version $Revision: 1.161 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-06-07 00:42:13 $
    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);
    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);
    431429        newItem = p_psMetadataItemAlloc(file, lineno, func, in->name, in->type, in->comment, in->data.V);
    432430        break;
Note: See TracChangeset for help on using the changeset viewer.