Changeset 8232 for trunk/psLib/src/sys/psLogMsg.c
- Timestamp:
- Aug 8, 2006, 1:32:23 PM (20 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
sys/psLogMsg.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src
- Property svn:ignore
-
old new 10 10 libpslib.la.temp 11 11 config.h.in 12 psErrorText.h13 12 *.bb 14 13 *.bbg
-
- Property svn:ignore
-
trunk/psLib/src/sys/psLogMsg.c
r8098 r8232 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-08-0 3 03:26:28$13 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-08-08 23:32:23 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 36 36 #include "psString.h" 37 37 38 #include "psErrorText.h" 38 39 39 40 40 #define MIN_LOG_LEVEL 0 … … 165 165 default: 166 166 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 167 PS_ERRORTEXT_psLogMsg_UNKNOWN_KEY, *ptr);167 _("Unknown logging keyword %c."), *ptr); 168 168 return false; 169 169 } … … 210 210 211 211 if (fileD == 0) { 212 psError(PS_ERR_IO, true, PS_ERRORTEXT_psLogMsg_OPEN_FILE_FAILED,212 psError(PS_ERR_IO, true, _("Could not open file '%s' for output."), 213 213 location); 214 214 psFree(protocolLocation);
Note:
See TracChangeset
for help on using the changeset viewer.
