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 75a328c26cb404d36924215fc01016b7f4f7ff8c (commit)
from 803d4e2867e6a4fac25f79f3c40ccfc65710de89 (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=75a328c26cb404d36924215fc01016b7f4f7ff8c
http://github.com/ceki/logback/commit/75a328c26cb404d36924215fc01016b7f4f7ff8c
commit 75a328c26cb404d36924215fc01016b7f4f7ff8c
Author: Ceki Gulcu <[email protected]>
Date: Thu Apr 5 17:22:51 2012 +0200
minor modification
diff --git
a/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
b/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
index 9f90601..6f6c603 100644
---
a/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
+++
b/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
@@ -91,7 +91,7 @@ public class OnConsoleStatusListener extends ContextAwareBase
implements StatusL
static public void addNewInstanceToContext(Context context) {
OnConsoleStatusListener onConsoleStatusListener = new
OnConsoleStatusListener();
onConsoleStatusListener.setContext(context);
+ onConsoleStatusListener.start();
context.getStatusManager().add(onConsoleStatusListener);
- onConsoleStatusListener.start();
}
}
-----------------------------------------------------------------------
Summary of changes:
.../core/status/OnConsoleStatusListener.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev