You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/06/09 13:33:54 UTC

logging-log4cxx git commit: LOGCXX-488: Forgot to update changes.

Repository: logging-log4cxx
Updated Branches:
  refs/heads/master f043526b3 -> 677f43cec


LOGCXX-488: Forgot to update changes.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/677f43ce
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/677f43ce
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/677f43ce

Branch: refs/heads/master
Commit: 677f43cec6314f516cd539c105cadfc1720489f3
Parents: f043526
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Fri Jun 9 15:33:34 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Fri Jun 9 15:33:34 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/677f43ce/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9670343..7cc319c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,7 @@
 			<action issue="LOGCXX-464" type="fix">TimeBasedRollingPolicy should append as configured on rollover</action>
 			<action issue="LOGCXX-482" type="fix">Build failure with GCC-6</action>
 			<action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action>
+			<action issue="LOGCXX-488" type="fix">Space after log level hides messages</action>
 
 			<action type="update">Behavior of StringHelper::startsWith and endsWith synced</action>
 			<action type="update">Documented C (class) and M (method) log format keywords.</action>