Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 482)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 497)
@@ -25,14 +25,14 @@
 
 /// Logs a message
-void psLogMsg(const char *name,  ///< name of the log source
-              int myLevel, ///< severity level of this log message
+void psLogMsg(const char *name,     ///< name of the log source
+              int myLevel,          ///< severity level of this log message
               const char *fmt, ...) ///< printf-style format command
 ;
 
 /// Logs a message from varargs
-void p_psVLogMsg(const char *name, ///< name of the log source
-                 int myLevel, ///< severity level of this log message
-                 const char *fmt,  ///< printf-style format command
-                 va_list ap) ///< varargs argument list
+void psVLogMsg(const char *name, ///< name of the log source
+               int myLevel,      ///< severity level of this log message
+               const char *fmt,  ///< printf-style format command
+               va_list ap)       ///< varargs argument list
 ;
 
