Index: trunk/psLib/src/sysUtils/psAbort.c
===================================================================
--- trunk/psLib/src/sysUtils/psAbort.c	(revision 525)
+++ trunk/psLib/src/sysUtils/psAbort.c	(revision 1138)
@@ -9,6 +9,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-27 02:17:53 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-30 01:17:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -65,5 +65,5 @@
 
     // Call logging function with PS_LOG_ABORT level
-    psVLogMsg(name, PS_LOG_ABORT, fmt, argPtr);
+    psLogMsgV(name, PS_LOG_ABORT, fmt, argPtr);
 
     // Clean up stack after variable arguement has been used
