
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 "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via e96146a7676a3e39b02ed228e07c383139960b98 (commit) from 98af61a76ecf4a5ba04d3877267c9f33d477ee30 (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=slf4j.git;a=commit;h=e96146a7676a3e39b02ed228e07... http://github.com/ceki/slf4j/commit/e96146a7676a3e39b02ed228e07c383139960b98 commit e96146a7676a3e39b02ed228e07c383139960b98 Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Oct 7 09:08:28 2011 +0200 fix embarrassing typo diff --git a/slf4j-api/src/main/java/org/slf4j/LoggerFactory.java b/slf4j-api/src/main/java/org/slf4j/LoggerFactory.java index fb7927c..e1f404a 100644 --- a/slf4j-api/src/main/java/org/slf4j/LoggerFactory.java +++ b/slf4j-api/src/main/java/org/slf4j/LoggerFactory.java @@ -167,7 +167,7 @@ public final class LoggerFactory { return; } Util - .report("The following loggers will not work becasue they were created"); + .report("The following loggers will not work because they were created"); Util .report("during the default configuration phase of the underlying logging system."); Util.report("See also " + SUBSTITUTE_LOGGER_URL); ----------------------------------------------------------------------- Summary of changes: .../src/main/java/org/slf4j/LoggerFactory.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java