diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html index 31eecdd7..f331be3b 100755 --- a/slf4j-site/src/site/pages/codes.html +++ b/slf4j-site/src/site/pages/codes.html @@ -90,7 +90,7 @@

Detected logger - name mismatch.

+ name mismatch

Logger name mismatch warnings are printed only if the slf4j.detectLoggerNameMismatch system property is set @@ -137,9 +137,8 @@ class B extends A { explained, then you might have spotted a white elephant, that is a very rare occurrence where SLF4J cannot correctly compute the name of the class where a logger is defined. We are very interested to - learn about cases where SLF4J fails to correclty compute the name - of the class where a logger is defined. If and when you spot such - a case, please do file a bug + learn about such cases. If and when you spot an inexplicable + mismatch, please do file a bug report with us.