Index: trunk/psLib/src/sysUtils/psError.c
===================================================================
--- trunk/psLib/src/sysUtils/psError.c	(revision 496)
+++ trunk/psLib/src/sysUtils/psError.c	(revision 497)
@@ -10,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-21 21:07:30 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-21 21:14:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -65,5 +65,5 @@
 
     // Call logging function with PS_LOG_ERROR level
-    p_psVLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
+    psVLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
 
     // Clean up stack after variable argument has been used
