mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Add a missing quote in DebugLogbackConfigurator
See gh-17357
This commit is contained in:
committed by
Andy Wilkinson
parent
f4e7b80651
commit
8dea74a2e9
+1
-1
@@ -40,7 +40,7 @@ class DebugLogbackConfigurator extends LogbackConfigurator {
|
||||
@Override
|
||||
@SuppressWarnings("rawtypes")
|
||||
public void conversionRule(String conversionWord, Class<? extends Converter> converterClass) {
|
||||
info("Adding conversion rule of type '" + converterClass.getName() + "' for word '" + conversionWord);
|
||||
info("Adding conversion rule of type '" + converterClass.getName() + "' for word '" + conversionWord + "'");
|
||||
super.conversionRule(conversionWord, converterClass);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user