You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solace-spring-cloud-stream-binder/solace-spring-cloud-stream-binder/src/test/java/com/solace/spring/cloud/stream/binder/SolaceBinderBasicIT.java
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1079,36 +1079,39 @@ public <T> void testConsumerReconnect(
1079
1079
1080
1080
Thread.sleep(TimeUnit.SECONDS.toMillis(5));
1081
1081
1082
-
logger.info(String.format("Disabling egress to queue %s", queue0));
1082
+
logger.info("Disabling egress to queue {}", queue0);
0 commit comments