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:
parent
a59bd1030b
commit
53914b693e
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue