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 2005/10/27 10:43:50 UTC

svn commit: r328826 - /tcl/websh/trunk/src/generic/mod_websh.c

Author: ronnie
Date: Thu Oct 27 01:43:42 2005
New Revision: 328826

URL: http://svn.apache.org/viewcvs?rev=328826&view=rev
Log:
- minor naming fix in log message (webshell -> Websh)

Modified:
    tcl/websh/trunk/src/generic/mod_websh.c

Modified: tcl/websh/trunk/src/generic/mod_websh.c
URL: http://svn.apache.org/viewcvs/tcl/websh/trunk/src/generic/mod_websh.c?rev=328826&r1=328825&r2=328826&view=diff
==============================================================================
--- tcl/websh/trunk/src/generic/mod_websh.c (original)
+++ tcl/websh/trunk/src/generic/mod_websh.c Thu Oct 27 01:43:42 2005
@@ -297,10 +297,10 @@
     if (Tcl_Eval(webInterp->interp, "web::ap::perReqInit") != TCL_OK) {
 #ifndef APACHE2
 	ap_log_printf(r->server,
-		      "mod_websh - cannot init per-request webshell code\n");
+		      "mod_websh - cannot init per-request Websh code\n");
 #else /* APACHE2 */
 	ap_log_rerror(APLOG_MARK, APLOG_NOERRNO | APLOG_ERR, 0, r,
-		      "mod_websh - cannot init per-request webshell code\n");
+		      "mod_websh - cannot init per-request Websh code\n");
 #endif /* APACHE2 */
 	return 0;
     }



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