[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.29-19-gb336c69

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Thu Aug 25 11:42:37 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  b336c697267f83057e708e56006f4c3322320b5c (commit)
      from  c65a76208681877c22de7a35c44dbade67919528 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=b336c697267f83057e708e56006f4c3322320b5c
http://github.com/ceki/logback/commit/b336c697267f83057e708e56006f4c3322320b5c

commit b336c697267f83057e708e56006f4c3322320b5c
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Aug 25 11:41:27 2011 +0200

    fix typos reported in LBCLASSIC-288

diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/turbo/DynamicThresholdFilter.java b/logback-classic/src/main/java/ch/qos/logback/classic/turbo/DynamicThresholdFilter.java
index bde8a0c..9729d5f 100644
--- a/logback-classic/src/main/java/ch/qos/logback/classic/turbo/DynamicThresholdFilter.java
+++ b/logback-classic/src/main/java/ch/qos/logback/classic/turbo/DynamicThresholdFilter.java
@@ -66,7 +66,7 @@ import java.util.HashMap;
  *   
  *   &lt;turboFilter class=&quot;ch.qos.logback.classic.turbo.DynamicThresholdFilter&quot;&gt;
  *     &lt;Key&gt;userId&lt;/Key&gt;
- *     &lt;DefaultTheshold&gt;ERROR&lt;/DefaultTheshold&gt;
+ *     &lt;DefaultThreshold&gt;ERROR&lt;/DefaultThreshold&gt;
  *     &lt;MDCValueLevelPair&gt;
  *       &lt;value&gt;user1&lt;/value&gt;
  *       &lt;level&gt;DEBUG&lt;/level&gt;
@@ -102,7 +102,7 @@ import java.util.HashMap;
  *   
  *   &lt;turboFilter class=&quot;ch.qos.logback.classic.turbo.DynamicThresholdFilter&quot;&gt;
  *     &lt;Key&gt;userId&lt;/Key&gt;
- *     &lt;DefaultTheshold&gt;ERROR&lt;/DefaultTheshold&gt;
+ *     &lt;DefaultThreshold&gt;ERROR&lt;/DefaultThreshold&gt;
  *     &lt;OnHigherOrEqual&gt;ACCEPT&lt;/OnHigherOrEqual&gt;
  *     &lt;OnLower&gt;DENY&lt;/OnLower&gt;
  *     &lt;MDCValueLevelPair&gt;

-----------------------------------------------------------------------

Summary of changes:
 .../classic/turbo/DynamicThresholdFilter.java      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list