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 2016/08/19 00:30:57 UTC

logging-log4j2 git commit: Removed superfluous prefix

Repository: logging-log4j2
Updated Branches:
  refs/heads/master bc2253f80 -> 9afcdf94a


Removed superfluous prefix


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

Branch: refs/heads/master
Commit: 9afcdf94a70cac1d7716bc950ce120964105877d
Parents: bc2253f
Author: rpopma <rp...@apache.org>
Authored: Fri Aug 19 09:31:13 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Fri Aug 19 09:31:13 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9afcdf94/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 267ea99..0af30cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@
         Properties declared in configuration can now have their value either in the element body or in an attribute named "value".
       </action>
       <action issue="LOG4J2-1501" dev="ggregory" type="add" due-to="Gary Gregory">
-        [LOG4J2-1501] FileAppender should be able to create files lazily.        
+        FileAppender should be able to create files lazily.
       </action>
       <action issue="LOG4J2-1471" dev="ggregory" type="add" due-to="Gary Gregory">
         [PatternLayout] Add an ANSI option to %xThrowable.