Author: rjung Date: Fri Oct 10 01:09:50 2008 New Revision: 703348 URL: http://svn.apache.org/viewvc?rev=703348&view=rev Log: Correct configuration attribute name in warning.
Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c?rev=703348&r1=703347&r2=703348&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c (original) +++ tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Fri Oct 10 01:09:50 2008 @@ -2455,7 +2455,7 @@ jk_log(logger, JK_LOG_WARNING, "The optimal shared memory size can now be determined automatically."); jk_log(logger, JK_LOG_WARNING, - "You can remove the JkShmSize directive if you want to use the optimal size."); + "You can remove the shm_size attribute if you want to use the optimal size."); } if ((rv = jk_shm_open(shm_name, shm_config_size, logger)) != 0) jk_log(logger, JK_LOG_ERROR, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]