Skip to content

Commit

Permalink
Fix typo in SafeLoggerFactory error message (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 authored Jul 17, 2023
1 parent 319669b commit 385ef69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private SafeLoggerFactory() {}
private static final class NoSafeLoggerImplementationsException extends RuntimeException implements SafeLoggable {

private static final String MESSAGE = "Unable to find any logsafe logger-spi implementations. "
+ "Was the`logger-slf4j` dependency excluded?";
+ "Was the `logger-slf4j` dependency excluded?";

NoSafeLoggerImplementationsException() {
super(MESSAGE);
Expand Down

0 comments on commit 385ef69

Please sign in to comment.