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.
2 parents aff9e37 + a698adf commit f5ae288Copy full SHA for f5ae288
spring-messaging/src/main/java/org/springframework/messaging/core/GenericMessagingTemplate.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2019 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -354,7 +354,7 @@ else if (this.hasSendFailed) {
354
355
if (errorDescription != null) {
356
if (logger.isWarnEnabled()) {
357
- logger.warn(errorDescription + ":" + message);
+ logger.warn(errorDescription + ": " + message);
358
}
359
if (this.throwExceptionOnLateReply) {
360
throw new MessageDeliveryException(message, errorDescription);
0 commit comments