Index: trunk/psLib/src/sysUtils/psError.c
===================================================================
--- trunk/psLib/src/sysUtils/psError.c	(revision 497)
+++ trunk/psLib/src/sysUtils/psError.c	(revision 1138)
@@ -10,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-21 21:14:41 $
+ *  @version $Revision: 1.7 $ $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_ERROR level
-    psVLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
+    psLogMsgV(name, PS_LOG_ERROR, fmt, argPtr);
 
     // Clean up stack after variable argument has been used
