[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.25-31-g268c89d

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Nov 15 17:17:39 CET 2010


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  268c89d8fe841c96df8cf6d52da12a7a1a4b3dbc (commit)
      from  d786af4a6ee0b6f87d92678349ea5f7f7a9751de (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=268c89d8fe841c96df8cf6d52da12a7a1a4b3dbc
http://github.com/ceki/logback/commit/268c89d8fe841c96df8cf6d52da12a7a1a4b3dbc

commit 268c89d8fe841c96df8cf6d52da12a7a1a4b3dbc
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Nov 15 17:16:44 2010 +0100

    minor edit

diff --git a/logback-access/src/main/java/ch/qos/logback/access/servlet/TeeServletInputStream.java b/logback-access/src/main/java/ch/qos/logback/access/servlet/TeeServletInputStream.java
index 25a9b62..67fcca4 100644
--- a/logback-access/src/main/java/ch/qos/logback/access/servlet/TeeServletInputStream.java
+++ b/logback-access/src/main/java/ch/qos/logback/access/servlet/TeeServletInputStream.java
@@ -31,7 +31,6 @@ class TeeServletInputStream extends ServletInputStream {
 
   @Override
   public int read() throws IOException {
-    //System.out.println("zzzzzzzzzz TeeServletInputStream.read called");
     return in.read();
   }
 

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

Summary of changes:
 .../access/servlet/TeeServletInputStream.java      |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


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


More information about the logback-dev mailing list