IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

Location:
trunk/psLib/src/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.c

    r2972 r3246  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *
    12  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-01-13 19:50:45 $
     12 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-17 01:58:42 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7777    char errMsg[2048];
    7878    psErr* err;
    79     char msgName[256];
     79    char msgName[1024];
    8080
    81     snprintf(msgName,256,"%s (%s:%d)",func,file,lineno);
     81    snprintf(msgName,1024,"%s (%s:%d)",func,file,lineno);
    8282
    8383    va_list argPtr;             // variable list arguement pointer
  • trunk/psLib/src/sysUtils/psLogMsg.c

    r3232 r3246  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-02-16 00:22:05 $
     13 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-02-17 01:58:42 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646#define MAX_LOG_LEVEL 9
    4747
    48 #define MAX_LOG_LINE_LENGTH 128
    49 
     48#define MAX_LOG_LINE_LENGTH 256
    5049
    5150static FILE *logDest = (FILE *) 1;      // flag to initialize to stderr before using.
Note: See TracChangeset for help on using the changeset viewer.