IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 11:36:09 AM (19 years ago)
Author:
jhoblitt
Message:

use 'bool' instead of psBool where-ever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.c

    r11617 r11668  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-02-03 05:54:08 $
     13 *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-02-06 21:36:09 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4747static int logFD = STDERR_FILENO;       // Log file descriptor
    4848static psS32 globalLogLevel = PS_LOG_INFO; // log all messages at this or above
    49 static psBool logTime = true;     // Flag to include time info
    50 static psBool logHost = true;     // Flag to include host info
    51 static psBool logLevel = true;    // Flag to include level info
    52 static psBool logName = true;     // Flag to include name info
    53 static psBool logMsg = true;      // Flag to include message info
     49static bool logTime = true;     // Flag to include time info
     50static bool logHost = true;     // Flag to include host info
     51static bool logLevel = true;    // Flag to include level info
     52static bool logName = true;     // Flag to include name info
     53static bool logMsg = true;      // Flag to include message info
    5454
    5555/*****************************************************************************
     
    8686 dest (psS32): the new log destination
    8787Return:
    88  An psBool: TRUE if successful.
     88 An bool: TRUE if successful.
    8989 *****************************************************************************/
    9090bool psLogSetDestination(int fd)
Note: See TracChangeset for help on using the changeset viewer.