Polish warning message
See gh-22382
This commit is contained in:
committed by
Stephane Nicoll
parent
cc740dfd93
commit
07bac70c09
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user