Index: trunk/psLib/src/sysUtils/psLogMsg.c
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.c	(revision 1713)
+++ trunk/psLib/src/sysUtils/psLogMsg.c	(revision 1716)
@@ -12,6 +12,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-08 00:09:06 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-08 00:19:21 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -114,5 +114,5 @@
     if (sscanf(dest, "%4s:%256s", protocol, location) < 2) {
         psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_LOCATION_INVALID,
-                   PS_ERRORTEXT_psLogSetDestination_DESTINATION_MALFORMED,
+                   PS_ERRORTEXT_psLogMsg_DESTINATION_MALFORMED,
                    dest);
         return false;
@@ -135,5 +135,5 @@
         }
         psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_LOCATION_INVALID,
-                   PS_ERRORTEXT_psLogSetDestination_DEST_LOCATION_INVALID,
+                   PS_ERRORTEXT_psLogMsg_DEST_LOCATION_INVALID,
                    location);
         return 1;
@@ -143,5 +143,5 @@
         if (file == NULL) {
             psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_IO,
-                       PS_ERRORTEXT_psLogSetDestination_OPEN_FILE_FAILED,
+                       PS_ERRORTEXT_psLogMsg_OPEN_FILE_FAILED,
                        location);
             return false;
@@ -155,5 +155,5 @@
 
     psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_LOCATION_INVALID,
-               PS_ERRORTEXT_psLogSetDestination_UNSUPPORTED_PROTOCOL,
+               PS_ERRORTEXT_psLogMsg_UNSUPPORTED_PROTOCOL,
                protocol);
     return false;
@@ -219,5 +219,5 @@
         default:
             psErrorMsg(ERRORNAME_PREFIX "psLogSetFormat", true, PS_ERR_BAD_PARAMETER_VALUE,
-                       PS_ERRORTEXT_psLogSetFormat_UNKNOWN_KEY, *ptr);
+                       PS_ERRORTEXT_psLogMsg_UNKNOWN_KEY, *ptr);
             break;
         }
