Skip to content

Commit 07bac70

Browse files
artembilansnicoll
authored andcommitted
Polish warning message
See gh-22382
1 parent cc740df commit 07bac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-messaging/src/main/java/org/springframework/messaging/core/GenericMessagingTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ else if (this.hasSendFailed) {
354354

355355
if (errorDescription != null) {
356356
if (logger.isWarnEnabled()) {
357-
logger.warn(errorDescription + ":" + message);
357+
logger.warn(errorDescription + ": " + message);
358358
}
359359
if (this.throwExceptionOnLateReply) {
360360
throw new MessageDeliveryException(message, errorDescription);

0 commit comments

Comments
 (0)