Changeset 3246 for trunk/psLib/src/sysUtils
- Timestamp:
- Feb 16, 2005, 3:58:43 PM (21 years ago)
- Location:
- trunk/psLib/src/sysUtils
- Files:
-
- 2 edited
-
psError.c (modified) (2 diffs)
-
psLogMsg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.c
r2972 r3246 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 1-13 19:50:45$12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 01:58:42 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 77 77 char errMsg[2048]; 78 78 psErr* err; 79 char msgName[ 256];79 char msgName[1024]; 80 80 81 snprintf(msgName, 256,"%s (%s:%d)",func,file,lineno);81 snprintf(msgName,1024,"%s (%s:%d)",func,file,lineno); 82 82 83 83 va_list argPtr; // variable list arguement pointer -
trunk/psLib/src/sysUtils/psLogMsg.c
r3232 r3246 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-02-1 6 00:22:05$13 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-02-17 01:58:42 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 46 46 #define MAX_LOG_LEVEL 9 47 47 48 #define MAX_LOG_LINE_LENGTH 128 49 48 #define MAX_LOG_LINE_LENGTH 256 50 49 51 50 static FILE *logDest = (FILE *) 1; // flag to initialize to stderr before using.
Note:
See TracChangeset
for help on using the changeset viewer.
