Changeset 1716 for trunk/psLib/src/sysUtils/psLogMsg.c
- Timestamp:
- Sep 7, 2004, 2:19:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psLogMsg.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psLogMsg.c
r1713 r1716 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-09-08 00: 09:06$14 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-09-08 00:19:21 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 114 114 if (sscanf(dest, "%4s:%256s", protocol, location) < 2) { 115 115 psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_LOCATION_INVALID, 116 PS_ERRORTEXT_psLog SetDestination_DESTINATION_MALFORMED,116 PS_ERRORTEXT_psLogMsg_DESTINATION_MALFORMED, 117 117 dest); 118 118 return false; … … 135 135 } 136 136 psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_LOCATION_INVALID, 137 PS_ERRORTEXT_psLog SetDestination_DEST_LOCATION_INVALID,137 PS_ERRORTEXT_psLogMsg_DEST_LOCATION_INVALID, 138 138 location); 139 139 return 1; … … 143 143 if (file == NULL) { 144 144 psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_IO, 145 PS_ERRORTEXT_psLog SetDestination_OPEN_FILE_FAILED,145 PS_ERRORTEXT_psLogMsg_OPEN_FILE_FAILED, 146 146 location); 147 147 return false; … … 155 155 156 156 psErrorMsg(ERRORNAME_PREFIX "psLogSetDestination", true, PS_ERR_LOCATION_INVALID, 157 PS_ERRORTEXT_psLog SetDestination_UNSUPPORTED_PROTOCOL,157 PS_ERRORTEXT_psLogMsg_UNSUPPORTED_PROTOCOL, 158 158 protocol); 159 159 return false; … … 219 219 default: 220 220 psErrorMsg(ERRORNAME_PREFIX "psLogSetFormat", true, PS_ERR_BAD_PARAMETER_VALUE, 221 PS_ERRORTEXT_psLog SetFormat_UNKNOWN_KEY, *ptr);221 PS_ERRORTEXT_psLogMsg_UNKNOWN_KEY, *ptr); 222 222 break; 223 223 }
Note:
See TracChangeset
for help on using the changeset viewer.
