
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 d12e774a989e9045d9ce7065151b0d80a16eafef (commit) from 56fe8a84fb7a07a0f842318409d61285ebcc4ff9 (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=d12e774a989e9045d9ce70651... http://github.com/ceki/logback/commit/d12e774a989e9045d9ce7065151b0d80a16eaf... commit d12e774a989e9045d9ce7065151b0d80a16eafef Author: Ceki Gulcu <ceki@qos.ch> Date: Mon Mar 28 22:38:06 2011 +0200 Fix LBCLASSIC-156 diff --git a/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java b/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java index 842b9d8..6b2fb5c 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java +++ b/logback-core/src/main/java/ch/qos/logback/core/net/SocketAppenderBase.java @@ -136,7 +136,7 @@ public abstract class SocketAppenderBase<E> extends AppenderBase<E> { msg += " We will try again later."; fireConnector(); // fire the connector thread } - addWarn(msg, e); + addInfo(msg, e); } } ----------------------------------------------------------------------- Summary of changes: .../qos/logback/core/net/SocketAppenderBase.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.