Index: /trunk/psLib/src/collections/psList.c
===================================================================
--- /trunk/psLib/src/collections/psList.c	(revision 1023)
+++ /trunk/psLib/src/collections/psList.c	(revision 1024)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-12 22:15:39 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-14 19:45:46 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -201,5 +201,5 @@
 
         if (which == PS_LIST_UNKNOWN) {
-            psError(__func__, "Failed to find 0x%x on psList 0x%x in %s.", data, list,__func__);
+            psError(__func__, "Failed to find item in given psList.");
             return NULL;
         }
Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 1023)
+++ /trunk/psLib/src/types/psList.c	(revision 1024)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-12 22:15:39 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-14 19:45:46 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -201,5 +201,5 @@
 
         if (which == PS_LIST_UNKNOWN) {
-            psError(__func__, "Failed to find 0x%x on psList 0x%x in %s.", data, list,__func__);
+            psError(__func__, "Failed to find item in given psList.");
             return NULL;
         }
