Skip to content

Commit dd2a60a

Browse files
committed
chore: Remove old mentions of distributor
1 parent 261d6e7 commit dd2a60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slf4md-simple/src/main/java/com/xpdustry/slf4md/simple/SimpleLoggerPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static void initialize() {
4444
if (!(LoggerFactory.getILoggerFactory() instanceof SimpleLoggerFactory)) {
4545
Log.err(
4646
"""
47-
The slf4j Logger factory isn't provided by Distributor (got @ instead of DistributorLoggerFactory).
47+
The slf4j Logger factory isn't provided by SLF4MD (got @ instead of SimpleLoggerFactory).
4848
Make sure another plugin doesn't set it's own logging implementation or that it's logging implementation is relocated correctly.
4949
""",
5050
LoggerFactory.getILoggerFactory().getClass().getName());

0 commit comments

Comments
 (0)