From 2356f6c249ec2bb086c2faf585c49edde06644ff Mon Sep 17 00:00:00 2001 From: ansell Date: Sun, 25 Sep 2011 23:00:26 -0700 Subject: [PATCH] slf4j typo --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index fec45b3..4291872 100644 --- a/Home.md +++ b/Home.md @@ -11,7 +11,7 @@ Frequently Asked Questions + **Toning down the logging** - sshj uses sl4j, which is just a facade, so it depends on how the underlying logging implementation you are using is configured. For example, in case of log4j this is typically accomplished with a `log4j.properties` in the classpath. Filter out/down messages from the `net.schmizz` category. + sshj uses slf4j, which is just a facade, so it depends on how the underlying logging implementation you are using is configured. For example, in case of log4j this is typically accomplished with a `log4j.properties` in the classpath. Filter out/down messages from the `net.schmizz` category. + **Android support**