Index: /branches/jch-memory/psLib/src/sys/psMemory.c
===================================================================
--- /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 10907)
+++ /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 10908)
@@ -9,6 +9,6 @@
 *  @author Joshua Hoblitt, University of Hawaii
 *
-*  @version $Revision: 1.88.2.15 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-05 01:56:34 $
+*  @version $Revision: 1.88.2.16 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-05 01:58:01 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -159,5 +159,5 @@
     if (memBlock == NULL) {
         fprintf(output, _("NULL memory block.\n"
-                          "Caught in %s at (%s:%d.).\n"), func, file, lineno);
+                          "Caught in %s at (%s:%d.).\n\n"), func, file, lineno);
         // return now as we can't do anything else
         return true;
@@ -214,5 +214,5 @@
 
     if (bad) {
-        fprintf(output, _("\tCaught in %s at (%s:%d).\n"), func, file, lineno);
+        fprintf(output, _("\tCaught in %s at (%s:%d).\n\n"), func, file, lineno);
     }
 
