IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12435


Ignore:
Timestamp:
Mar 13, 2007, 4:37:34 PM (19 years ago)
Author:
magnier
Message:

adding trace lines

File:
1 edited

Legend:

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

    r12289 r12435  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.129 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-03-07 02:50:15 $
     12*  @version $Revision: 1.130 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-03-14 02:37:34 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14411441            psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    14421442                    _("Specified psDataType, %d, is not supported."), PS_DATA_UNKNOWN);
     1443            psTrace("psLib.types", 5, "failed to find key %s\n", (char *) keys->data[i]);
    14431444            psFree(keys);
    14441445            psFree(format);
     
    14481449        if (!str) {
    14491450            psError(PS_ERR_UNKNOWN, false, "failed to format psMetadataItem");
     1451            psTrace("psLib.types", 5, "failed to format %s\n", (char *) keys->data[i]);
    14501452            psFree(keys);
    14511453            psFree(format);
Note: See TracChangeset for help on using the changeset viewer.