You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/04/03 04:51:35 UTC

logging-log4j2 git commit: Clean up text.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master a90cec1ce -> 43bfecac9


Clean up text.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/43bfecac
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/43bfecac
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/43bfecac

Branch: refs/heads/master
Commit: 43bfecac90c4ba185570cdaf98a2f97b6b03c8c1
Parents: a90cec1
Author: ggregory <gg...@apache.org>
Authored: Sat Apr 2 19:51:32 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Sat Apr 2 19:51:32 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/43bfecac/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc660b8..a0dcbeb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,7 @@
         LoggerFactory in 1.2 API module is not compatible with 1.2.
       </action>
       <action issue="LOG4J2-1346" type="fix">
-        Throw exception in Log4jServletContextListener preventing jetty-maven-plugin run-forked.
+        Exception from Log4jServletContextListener prevents jetty-maven-plugin run-forked.
       </action>
       <action issue="LOG4J2-1278" dev="rpopma" type="add">
         (GC) Added unrolled varargs methods to Logger API, added Unbox utility to avoid auto-boxing when logging primitive values.