Fix Typo in DEBUG Message

This commit is contained in:
Gary Russell
2014-03-14 15:24:00 -04:00
parent 1fde443f30
commit e74599f18f

View File

@@ -636,7 +636,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")