fix regression - warn level on reset to available limits

This commit is contained in:
gtully 2015-01-26 12:19:48 +00:00
parent 6cebd2c79e
commit a620b403f4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.activemq.broker.BrokerService;
public class StoreUsageLimitsTest extends EmbeddedBrokerTestSupport { public class StoreUsageLimitsTest extends EmbeddedBrokerTestSupport {
final int WAIT_TIME_MILLS = 20 * 1000; final int WAIT_TIME_MILLS = 20 * 1000;
private static final String limitsLogLevel = "error"; private static final String limitsLogLevel = "warn";
@Override @Override
protected BrokerService createBroker() throws Exception { protected BrokerService createBroker() throws Exception {