Index: trunk/psLib/src/sys/psMemory.c
===================================================================
--- trunk/psLib/src/sys/psMemory.c	(revision 849)
+++ trunk/psLib/src/sys/psMemory.c	(revision 850)
@@ -8,6 +8,6 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-04 02:09:13 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-04 02:17:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -249,9 +249,8 @@
         ptr = memExhaustedCallback(size);
         if (ptr == NULL) {
-            psAbort(__func__, "Failed to allocate %ld bytes at %s:%d",
+            psAbort(__func__, "Failed to allocate %u bytes at %s:%d",
                     size, file, lineno);
         }
     }
-
 
     // increment the memory id safely.
