Index: trunk/psLib/src/sysUtils/psLogMsg.c
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.c	(revision 4184)
+++ trunk/psLib/src/sysUtils/psLogMsg.c	(revision 4316)
@@ -12,6 +12,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 06:13:14 $
+ *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 03:13:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -363,10 +363,10 @@
    NULL
  *****************************************************************************/
-void psLogMsg(const char *name, psS32 level, const char *fmt, ...)
+void psLogMsg(const char *name, int level, const char *format, ...)
 {
     va_list ap;
 
-    va_start(ap, fmt);
-    psLogMsgV(name, level, fmt, ap);
+    va_start(ap, format);
+    psLogMsgV(name, level, format, ap);
     va_end(ap);
 }
