IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1024


Ignore:
Timestamp:
Jun 14, 2004, 9:45:46 AM (22 years ago)
Author:
desonia
Message:

Removed error message printout of pointers, which is useless.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.c

    r1017 r1024  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-12 22:15:39 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-14 19:45:46 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    201201
    202202        if (which == PS_LIST_UNKNOWN) {
    203             psError(__func__, "Failed to find 0x%x on psList 0x%x in %s.", data, list,__func__);
     203            psError(__func__, "Failed to find item in given psList.");
    204204            return NULL;
    205205        }
  • trunk/psLib/src/types/psList.c

    r1017 r1024  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-12 22:15:39 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-14 19:45:46 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    201201
    202202        if (which == PS_LIST_UNKNOWN) {
    203             psError(__func__, "Failed to find 0x%x on psList 0x%x in %s.", data, list,__func__);
     203            psError(__func__, "Failed to find item in given psList.");
    204204            return NULL;
    205205        }
Note: See TracChangeset for help on using the changeset viewer.