You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2013/04/30 18:16:53 UTC

svn commit: r1477710 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/async.xml

Author: rpopma
Date: Tue Apr 30 16:16:52 2013
New Revision: 1477710

URL: http://svn.apache.org/r1477710
Log:
minor text change

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/async.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/async.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/async.xml?rev=1477710&r1=1477709&r2=1477710&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/async.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/async.xml Tue Apr 30 16:16:52 2013
@@ -64,7 +64,7 @@
 					These appenders can also be used
 					with synchronous loggers
 					and will give the same performance benefits.
-					They do not need the disruptor jar on the classpath.
+					Fast File Appenders do not need the disruptor jar on the classpath.
 				</li>
 			</ul>
 			<a name="Trade-offs" />