Fix Typo in DEBUG Message

Also add another control-bus test.
This commit is contained in:
Gary Russell
2014-03-14 15:24:00 -04:00
parent f1cd5ede66
commit a9faa5836f
2 changed files with 28 additions and 5 deletions

View File

@@ -699,7 +699,7 @@ public class IntegrationMBeanExporter extends MBeanExporter implements BeanPostP
logger.info("Finalized stop for component " + component + "; it reported " + n + " active messages");
}
}
logger.debug("Initiated stop OrderlyShutdownCapable components");
logger.debug("Finalized stop OrderlyShutdownCapable components");
}
@ManagedMetric(metricType = MetricType.COUNTER, displayName = "MessageChannel Channel Count")