[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.24-4-gb9057d8
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Thu Jul 15 13:06:11 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 b9057d8058cac20399f313237c232221a6aee384 (commit)
from ce5cd47ea3eeeae06e82f6e729417291edf024de (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=b9057d8058cac20399f313237c232221a6aee384
http://github.com/ceki/logback/commit/b9057d8058cac20399f313237c232221a6aee384
commit b9057d8058cac20399f313237c232221a6aee384
Author: Ceki Gulcu <ceki at qos.ch>
Date: Thu Jul 15 13:01:55 2010 +0200
Minor edit
diff --git a/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy b/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
index 162df73..9635eda 100644
--- a/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
+++ b/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
@@ -48,7 +48,7 @@ class GafferConfigurator {
dslScript.metaClass.mixin(ConfigurationDelegate)
dslScript.setContext(context)
- dslScript.metaClass.getDeclaredOrigin = { println "getDeclaredOrigin"; dslScript }
+ dslScript.metaClass.getDeclaredOrigin = { dslScript }
// metaClass.statusListener = configurationDelegate.&statusListener
// dslScript.metaClass.scan = configurationDelegate.&scan
// dslScript.metaClass.appender = configurationDelegate.&appender
-----------------------------------------------------------------------
Summary of changes:
.../classic/gaffer/GafferConfigurator.groovy | 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