Moving a message from INFO to DEBUG

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2010-12-21 00:43:05 +00:00
parent a59bd1030b
commit 53914b693e
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable {
// Abort the server if Disconnected or Expired // Abort the server if Disconnected or Expired
// TODO: Åny reason to handle these two differently? // TODO: Åny reason to handle these two differently?
case Disconnected: case Disconnected:
LOG.info(prefix("Received Disconnected from ZooKeeper, ignoring")); LOG.debug(prefix("Received Disconnected from ZooKeeper, ignoring"));
break; break;
case Expired: case Expired: