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 cc740df commit 07bac70Copy full SHA for 07bac70
spring-messaging/src/main/java/org/springframework/messaging/core/GenericMessagingTemplate.java
@@ -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