From a620b403f4df4e5c8392b2b827942f0c11db35ef Mon Sep 17 00:00:00 2001 From: gtully Date: Mon, 26 Jan 2015 12:19:48 +0000 Subject: [PATCH] fix regression - warn level on reset to available limits --- .../java/org/apache/activemq/usage/StoreUsageLimitsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java index b184981dbd..80bb0a389e 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/usage/StoreUsageLimitsTest.java @@ -29,7 +29,7 @@ import org.apache.activemq.broker.BrokerService; public class StoreUsageLimitsTest extends EmbeddedBrokerTestSupport { final int WAIT_TIME_MILLS = 20 * 1000; - private static final String limitsLogLevel = "error"; + private static final String limitsLogLevel = "warn"; @Override protected BrokerService createBroker() throws Exception {