Skip to content

Commit 8d0d452

Browse files
committed
Polishing previous commit
1 parent 2092fe6 commit 8d0d452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/support/PublisherCallbackChannelImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ public Channel getDelegate() {
800800
@Override
801801
public void close() throws IOException, TimeoutException {
802802
if (this.logger.isDebugEnabled()) {
803-
logger.debug("Closing " + this.delegate);
803+
this.logger.debug("Closing " + this.delegate);
804804
}
805805
try {
806806
this.delegate.close();

0 commit comments

Comments
 (0)