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 ro...@apache.org on 2002/07/16 13:35:29 UTC

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

ronnie      2002/07/16 04:35:29

  Modified:    src/generic dispatch.c
  Log:
  - keep error msg when <hook> fails in web::dispatch -hook <hook>
  
  Revision  Changes    Path
  1.5       +2 -2      tcl-websh/src/generic/dispatch.c
  
  Index: dispatch.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/dispatch.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dispatch.c	20 Nov 2001 13:55:05 -0000	1.4
  +++ dispatch.c	16 Jul 2002 11:35:29 -0000	1.5
  @@ -365,7 +365,7 @@
   		Tcl_DecrRefCount(hook);
   
   		if (res == TCL_ERROR) {
  -		    LOG_MSG(interp, WRITE_LOG | SET_RESULT | INTERP_ERRORINFO,
  +		    LOG_MSG(interp, WRITE_LOG | INTERP_ERRORINFO,
   			    __FILE__, __LINE__,
   			    "web::dispatch", WEBLOG_ERROR,
   			    "error evaluating hook \"", Tcl_GetString(hook),
  
  
  

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