mirror of https://github.com/qos-ch/slf4j
typo fix
This commit is contained in:
parent
b774476b17
commit
f0cfe95276
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
<!-- ====================================================== -->
|
||||
<h3 class="doAnchor" name="loggerNameMismatch">Detected logger
|
||||
name mismatch. </h3>
|
||||
name mismatch</h3>
|
||||
|
||||
<p>Logger name mismatch warnings are printed only if the
|
||||
<code>slf4j.detectLoggerNameMismatch</code> 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 <a href="bug-reporting.html">bug
|
||||
learn about such cases. If and when you spot an inexplicable
|
||||
mismatch, please do file a <a href="bug-reporting.html">bug
|
||||
report</a> with us.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue