You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2013/08/07 11:29:56 UTC

svn commit: r1511226 - /logging/log4net/trunk/src/site/xdoc/release/faq.xml

Author: dpsenner
Date: Wed Aug  7 09:29:56 2013
New Revision: 1511226

URL: http://svn.apache.org/r1511226
Log:
LOG4NET-342 fixed typos introduced with the prior commit

Modified:
    logging/log4net/trunk/src/site/xdoc/release/faq.xml

Modified: logging/log4net/trunk/src/site/xdoc/release/faq.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/faq.xml?rev=1511226&r1=1511225&r2=1511226&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/faq.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/faq.xml Wed Aug  7 09:29:56 2013
@@ -971,7 +971,7 @@ public class FastLogger
 if(!log4net.LogManager.GetRepository().Configured)
 {
 	// log4net not configured
-	foreach(log4net.Util.LogLog message in log4net.LogManager.GetRepository().ConfigurationMessages.Cast<log4net.Util.LogLog>())
+	foreach(log4net.Util.LogLog message in log4net.LogManager.GetRepository().ConfigurationMessages.Cast&lt;log4net.Util.LogLog&bg;())
 	{
 		// evaluate configuration message
 	}