[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.30-2-gcdca3a2

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 cdca3a24519d66a09e86b0dda5913e07b30d8031 (commit) from 0365a87125e3b813a494b1b52a26dadd2cd60518 (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=cdca3a24519d66a09e86b0dda... http://github.com/ceki/logback/commit/cdca3a24519d66a09e86b0dda5913e07b30d80... commit cdca3a24519d66a09e86b0dda5913e07b30d8031 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Sep 21 23:55:34 2011 +0200 fix LBCORE-222 (a typo) diff --git a/logback-core/src/main/java/ch/qos/logback/core/joran/conditional/IfAction.java b/logback-core/src/main/java/ch/qos/logback/core/joran/conditional/IfAction.java index 97f9c80..ba9ca8a 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/joran/conditional/IfAction.java +++ b/logback-core/src/main/java/ch/qos/logback/core/joran/conditional/IfAction.java @@ -63,7 +63,7 @@ public class IfAction extends Action { try { condition = pesb.build(conditionAttribute); } catch (Exception e) { - addError("Faield to parse condition ["+conditionAttribute+"]", e); + addError("Failed to parse condition ["+conditionAttribute+"]", e); } if(condition!=null) { diff --git a/logback-site/src/site/pages/download.html b/logback-site/src/site/pages/download.html index d7314e3..15a40a5 100644 --- a/logback-site/src/site/pages/download.html +++ b/logback-site/src/site/pages/download.html @@ -124,7 +124,18 @@ </p> </dd> - + <!-- ============================================================ --> + <dt> + <a + href="https://github.com/tony19/logback-android">Logback-android</a> + by Tony Trinh. + </dt> + + <dd> + <p>Logback-Android brings the power of Logback to Android. + </p> + </dd> + </dl> <p/> ----------------------------------------------------------------------- Summary of changes: .../logback/core/joran/conditional/IfAction.java | 2 +- logback-site/src/site/pages/download.html | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch