Skip to content

Commit f5ae288

Browse files
committed
Merge branch '5.1.x'
2 parents aff9e37 + a698adf commit f5ae288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)