Skip to content

Commit e8100a9

Browse files
committed
Fix typo in warning.
1 parent 7107d14 commit e8100a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-jul/src/main/java/org/apache/logging/log4j/jul/ApiLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class ApiLogger extends Logger {
4545

4646
private static final org.apache.logging.log4j.Logger LOGGER = StatusLogger.getLogger();
4747
private static final String MUTATOR_DISABLED =
48-
"Ignoring call to `j.ul.Logger.{}({})`, since the Log4j API does not provide methods to modify the underlying implementation.\n"
48+
"Ignoring call to `j.u.l.Logger.{}({})`, since the Log4j API does not provide methods to modify the underlying implementation.\n"
4949
+ "To modify the configuration using JUL, use an `AbstractLoggerAdapter` appropriate for your logging implementation.\n"
5050
+ "See https://logging.apache.org/log4j/3.x/log4j-jul.html#log4j.jul.loggerAdapter for more information.";
5151

0 commit comments

Comments
 (0)