We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb8b4b commit 184340fCopy full SHA for 184340f
spring-context/src/main/java/org/springframework/scheduling/concurrent/ExecutorConfigurationSupport.java
@@ -168,7 +168,7 @@ public void afterPropertiesSet() {
168
*/
169
public void initialize() {
170
if (logger.isInfoEnabled()) {
171
- logger.info("Initializing ExecutorService " + (this.beanName != null ? " '" + this.beanName + "'" : ""));
+ logger.info("Initializing ExecutorService" + (this.beanName != null ? " '" + this.beanName + "'" : ""));
172
}
173
if (!this.threadNamePrefixSet && this.beanName != null) {
174
setThreadNamePrefix(this.beanName + "-");
0 commit comments