Author: kkolinko
Date: Mon Jul 11 15:39:47 2011
New Revision: 1145207

URL: http://svn.apache.org/viewvc?rev=1145207&view=rev
Log:
Move AccessLogValve messages to a separate section and add a comment. No 
functional change.
This is to simplify a patch that will follow.
CTR

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties?rev=1145207&r1=1145206&r2=1145207&view=diff
==============================================================================
--- 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties 
(original)
+++ 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties 
Mon Jul 11 15:39:47 2011
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-accessLogValve.alreadyStarted=Access Logger has already been started
-accessLogValve.notStarted=Access Logger has not yet been started
 semaphoreValve.alreadyStarted=Semaphore valve has already been started
 semaphoreValve.notStarted=Semaphore valve has not yet been started
 certificatesValve.alreadyStarted=Certificates Valve has already been started
@@ -29,6 +27,10 @@ jdbcAccessLogValve.close=Exception closi
 cometConnectionManagerValve.event=Exception processing event
 cometConnectionManagerValve.listenerEvent=Exception processing session 
listener event
 
+# Access log valve
+accessLogValve.alreadyStarted=Access Logger has already been started
+accessLogValve.notStarted=Access Logger has not yet been started
+
 # Error report valve
 errorReportValve.errorReport=Error report
 errorReportValve.statusHeader=HTTP Status {0} - {1}



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to