This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/new-logging by this push:
     new 0fcc5f22ce unsaved change missed from previous commit
0fcc5f22ce is described below

commit 0fcc5f22cedf75a67a6030c48e1c855f8f4ca37c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Jun 17 16:41:48 2022 +0100

    unsaved change missed from previous commit
---
 .../artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java
 
b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java
index 4acd8dd2aa..bc6d0e21f7 100644
--- 
a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java
+++ 
b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java
@@ -399,7 +399,7 @@ public class PagingStoreImplTest extends ActiveMQTestBase {
 
       for (int repeat = 0; repeat < 5; repeat++) {
 
-         log.debug("#repeat " + repeat);
+         log.debug("#repeat {}", repeat);
 
          storeImpl.startPaging();
 

Reply via email to