Polish warning message

See gh-22382
This commit is contained in:
Artem Bilan
2019-02-07 14:55:47 -05:00
committed by Stephane Nicoll
parent cc740dfd93
commit 07bac70c09

View File

@@ -354,7 +354,7 @@ public class GenericMessagingTemplate extends AbstractDestinationResolvingMessag
if (errorDescription != null) {
if (logger.isWarnEnabled()) {
logger.warn(errorDescription + ":" + message);
logger.warn(errorDescription + ": " + message);
}
if (this.throwExceptionOnLateReply) {
throw new MessageDeliveryException(message, errorDescription);