Index: trunk/psLib/src/sysUtils/psLogMsg.c
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.c	(revision 889)
+++ trunk/psLib/src/sysUtils/psLogMsg.c	(revision 964)
@@ -39,5 +39,5 @@
 static int log_msg = 1;                 // Flag to include message info
 /*****************************************************************************
-psSetLogLevel(): Set the current log level and return old level.
+psLogSetLevel(): Set the current log level and return old level.
 Input:
  level (int): the new log level.
@@ -47,5 +47,5 @@
  The old log level.
  *****************************************************************************/
-int psSetLogLevel(int level)
+int psLogSetLevel(int level)
 {
     int oldLevel = logLevel;
@@ -63,5 +63,5 @@
 
 /*****************************************************************************
-psSetLogDestination(): sets the destination where log messages will be
+psLogSetDestination(): sets the destination where log messages will be
 sent to.
  
@@ -73,5 +73,5 @@
  An integer specifying the old log destination.
  *****************************************************************************/
-int psSetLogDestination(int dest)
+int psLogSetDestination(int dest)
 {
     int old = logDest;
@@ -95,5 +95,5 @@
 
 /*****************************************************************************
-psSetLogFormat(): Set the format of psLogMsg output.  More precisely,
+psLogSetFormat(): Set the format of psLogMsg output.  More precisely,
     provide a string consisting of the letters {H (host), L (level), M
     (message), N (name), T (time)}.  The default is "HLMNT".  This string
@@ -109,5 +109,5 @@
     NULL.
  *****************************************************************************/
-void psSetLogFormat(const char *fmt)
+void psLogSetFormat(const char *fmt)
 {
     int nlog_time = 0;
