mirror of https://github.com/apache/activemq.git
fix typo in logged message
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1511839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
798eb1fc13
commit
0ba311f14b
|
@ -1953,7 +1953,7 @@ public class BrokerService implements Service {
|
|||
if (schedularLimit > dirFreeSpace) {
|
||||
LOG.warn("Job Schedular Store limit is " + schedularLimit / (1024 * 1024) +
|
||||
" mb, whilst the data directory: " + schedulerDir.getAbsolutePath() +
|
||||
" only has " + dirFreeSpace / (1024 * 1024) + " mb of usable space - reseting to " +
|
||||
" only has " + dirFreeSpace / (1024 * 1024) + " mb of usable space - resetting to " +
|
||||
dirFreeSpace / (1024 * 1024) + " mb.");
|
||||
usage.getJobSchedulerUsage().setLimit(dirFreeSpace);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue