HDFS-10377. CacheReplicationMonitor shutdown log message should use INFO level (Yiqun Lin via cmccabe)

(cherry picked from commit f0252ad252)
(cherry picked from commit 43f32d3f4a)
This commit is contained in:
Colin Patrick Mccabe 2016-05-10 11:15:05 -07:00
parent a84c4d7d4b
commit 154332bb54
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ public void run() {
try { try {
while (true) { while (true) {
if (shutdown) { if (shutdown) {
LOG.debug("Shutting down CacheReplicationMonitor"); LOG.info("Shutting down CacheReplicationMonitor");
return; return;
} }
if (completedScanCount < neededScanCount) { if (completedScanCount < neededScanCount) {