Repository: logging-log4j2 Updated Branches: refs/heads/master cf91684fb -> ecdc012e1
Typo. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ecdc012e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ecdc012e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ecdc012e Branch: refs/heads/master Commit: ecdc012e1c6db03c72dbc41f5d0f671782b2b2af Parents: cf91684 Author: ggregory <[email protected]> Authored: Sat Sep 5 14:37:48 2015 -0700 Committer: ggregory <[email protected]> Committed: Sat Sep 5 14:37:48 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ecdc012e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0e1ca52..1f37bc8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -118,7 +118,7 @@ AsyncAppender now resets the thread interrupted flag after catching InterruptedException. </action> <action issue="LOG4J2-1048" dev="rpopma" type="fix" due-to="Nikhil"> - FileConfigurationMonitor unnecessarily calls System.currentTimeMillis causing high CPU usage. + FileConfigurationMonitor unnecessarily calls System.currentTimeMillis() causing high CPU usage. </action> <action issue="LOG4J2-1037" dev="ggregory" type="fix" due-to="Marc Dergacz"> Backward compatibility issue in log4j-1.2-api NDC pop() and peek().
