Skip to content

Commit d32d053

Browse files
committed
fix SLF4J-535
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 2b657bf commit d32d053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
* <code>true</code>.</li>
8484
*
8585
* <li>(since version 1.7.33 and 2.0.0-alpha6) <code>org.slf4j.simpleLogger.showThreadId</code> -
86-
* If you would like to output the current thread name, then set to
86+
* If you would like to output the current thread id, then set to
8787
* <code>true</code>. Defaults to <code>false</code>.</li>
8888
*
8989
* <li><code>org.slf4j.simpleLogger.showLogName</code> - If you would like

0 commit comments

Comments
 (0)