You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by da...@apache.org on 2002/02/13 18:46:16 UTC

cvs commit: tcl-websh/src/generic logutl.c

davidw      02/02/13 09:46:16

  Modified:    src/generic logutl.c
  Log:
  Formatting/whitespace changes.
  
  Revision  Changes    Path
  1.4       +5 -5      tcl-websh/src/generic/logutl.c
  
  Index: logutl.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logutl.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- logutl.c	25 Oct 2001 17:50:13 -0000	1.3
  +++ logutl.c	13 Feb 2002 17:46:15 -0000	1.4
  @@ -9,7 +9,7 @@
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logutl.c,v 1.3 2001/10/25 17:50:13 davidw Exp $
  + * @(#) $Id: logutl.c,v 1.4 2002/02/13 17:46:15 davidw Exp $
    *
    */
   
  @@ -106,7 +106,7 @@
   }
   
   /* ----------------------------------------------------------------------------
  - * sendMsgToDestList -- 
  + * sendMsgToDestList --
    * ------------------------------------------------------------------------- */
   void sendMsgToDestList(Tcl_Interp * interp, LogData * logData,
   		       LogLevel * logLevel, Tcl_Obj * msg)
  @@ -266,8 +266,8 @@
   
   
   /* ----------------------------------------------------------------------------
  - * parseLogLevel -- 
  - *   given input like "aFacility.info-alert" create LogLevel struc
  + * parseLogLevel --
  + *   given input like "aFacility.info-alert" create LogLevel struct
    *   from Andrej (logutil.c::parseLogLevel)
    *   definition      -> like "websh.info"
    *   defaultfacility -> like "user" (in case websh was ommitted above)
  @@ -402,7 +402,7 @@
   
   /* ----------------------------------------------------------------------------
    * formatMessage --
  - * 
  + *
    * ------------------------------------------------------------------------- */
   Tcl_Obj *formatMessage(LogLevel * level, char *fmt,
   		       long maxCharInMsg, Tcl_Obj * msg)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org