[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. release_0.9.19-32-gd293dc7

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Mar 31 19:08:48 CEST 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  d293dc7481b8b5a7b5206a12192c8dff2c445227 (commit)
      from  85f6de721d775b96e4f29dd39f6554d32ec9741a (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=d293dc7481b8b5a7b5206a12192c8dff2c445227
http://github.com/ceki/logback/commit/d293dc7481b8b5a7b5206a12192c8dff2c445227

commit d293dc7481b8b5a7b5206a12192c8dff2c445227
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Mar 31 19:07:58 2010 +0200

    typo fix

diff --git a/logback-site/src/site/pages/manual/loggingSeparation.html b/logback-site/src/site/pages/manual/loggingSeparation.html
index 04f7054..6b2b67e 100644
--- a/logback-site/src/site/pages/manual/loggingSeparation.html
+++ b/logback-site/src/site/pages/manual/loggingSeparation.html
@@ -428,7 +428,7 @@ DEBUG ch.qos.starwars.shared.Mustafar              cn=yoda - in foo()</pre>
    <p>Visiting <code>http://localhost:port/kenobi/servlet</code> will
    output the following in <em>kenobi.log</em>.</p>
 
-   <pre class="source">DEBUG c.qos.starwars.kenobi.KenobiServlet          <b>cn=kenobi</b> - in doGet()
+   <pre class="source">DEBUG ch.qos.starwars.kenobi.KenobiServlet          <b>cn=kenobi</b> - in doGet()
 DEBUG ch.qos.starwars.shared.Mustafar              <b>cn=yoda</b> - in foo()</pre>
 
    <p>Note that even if the

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

Summary of changes:
 .../src/site/pages/manual/loggingSeparation.html   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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


More information about the logback-dev mailing list